Tor 0.4.9.0-alpha-dev
Data Fields
msg_aux_data_t Union Reference

#include <msgtypes.h>

Data Fields

void * ptr
 
uint64_t u64
 

Detailed Description

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.

Field Documentation

◆ ptr

void* ptr

Definition at line 43 of file msgtypes.h.

◆ u64

uint64_t u64

Definition at line 44 of file msgtypes.h.


The documentation for this union was generated from the following file: