1 #ifndef __AGENT_PKT_FLOW_TOKEN_H__
2 #define __AGENT_PKT_FLOW_TOKEN_H__
5 #include <tbb/atomic.h>
13 typedef boost::shared_ptr<Token>
TokenPtr;
69 #endif // __AGENT_PKT_FLOW_TOKEN_H__
TokenPool(const std::string &name, Proto *proto, int count)
DISALLOW_COPY_AND_ASSIGN(Token)
DISALLOW_COPY_AND_ASSIGN(TokenPool)
FlowTokenPool(const std::string &name, Proto *proto, int count)
FlowToken(TokenPool *pool, FlowEntry *entry)
uint64_t restarts() const
uint64_t failures() const
tbb::atomic< int > token_count_
virtual TokenPtr GetToken()
boost::shared_ptr< Token > TokenPtr