| 112 | } |
| 113 | |
| 114 | CommandResponse SequentialUpdate::CommandClear(const bess::pb::EmptyArg &) { |
| 115 | num_vars_ = 0; |
| 116 | return CommandSuccess(); |
| 117 | } |
| 118 | |
| 119 | void SequentialUpdate::ProcessBatch(bess::PacketBatch *batch) { |
| 120 | int cnt = batch->cnt(); |
nothing calls this directly
no test coverage detected