Tor 0.4.9.2-alpha-dev
|
#include <msgtypes.h>
Data Fields | |
void * | ptr |
uint64_t | u64 |
Auxiliary (untyped) data sent along with a message.
We define this as a union of a pointer and a u64, so that the integer types will have the same range across platforms.
Definition at line 42 of file msgtypes.h.
void* ptr |
Definition at line 43 of file msgtypes.h.
uint64_t u64 |
Definition at line 44 of file msgtypes.h.