#include <dump_trans.hh>

Public Member Functions | |
| dump_trans (int nThread, int nTrans) | |
| Constructor. | |
| void | filter (transaction *trans) |
| Stage filter. | |
| const char * | stage_name (void) const |
| Stage name. | |
Dump_trans is a SEDA stage thatreleases the input transaction and returns the transaction object to the free transaction pool.
| sends::dump_trans::dump_trans | ( | int | nThread, | |
| int | nTrans | |||
| ) |
Constructor.
Construct a transaction dump stage.
| nThread | Number of thread in the pool. | |
| nTrans | Number of transactions to accept in the input queue. |
| void sends::dump_trans::filter | ( | transaction * | trans | ) | [virtual] |
Stage filter.
Perform the stage processing. The input transaction is relased and returned to the transaction pool.
| trans | Transaction to be processed. |
Implements sends::seda_stage.
| const char* sends::dump_trans::stage_name | ( | void | ) | const [virtual] |
Stage name.
Return a constant pointer to a null-terminated character vector with the stage name.
Implements sends::seda_stage.
1.5.5