Make that an arbitrary tag to identify persistent taps...
This commit is contained in:
parent
dbb509a302
commit
2536352e5d
4 changed files with 9 additions and 4 deletions
|
@ -118,6 +118,7 @@ public:
|
|||
* @return Number of characters actually written
|
||||
*/
|
||||
static unsigned int unhex(const char *hex,void *buf,unsigned int len);
|
||||
static inline unsigned int unhex(const std::string &hex,void *buf,unsigned int len) { return unhex(hex.c_str(),buf,len); }
|
||||
|
||||
/**
|
||||
* @param buf Buffer to fill
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue