| 158 | bess::PacketBatch *dead_batch() const { return &dead_batch_; } |
| 159 | |
| 160 | bess::PacketBatch *get_gate_batch(bess::Gate *gate) const { |
| 161 | return gate_batch_[gate->global_gate_index()]; |
| 162 | } |
| 163 | |
| 164 | void set_gate_batch(bess::Gate *gate, bess::PacketBatch *batch) const { |
| 165 | gate_batch_[gate->global_gate_index()] = batch; |
no test coverage detected