Tor
0.4.7.0-alpha-dev
|
#include <msgtypes.h>
Data Fields | |
void(* | free_fn )(msg_aux_data_t) |
char *(* | fmt_fn )(msg_aux_data_t) |
Table of functions to use for a given C type. Any omitted (NULL) functions will be treated as no-ops.
Definition at line 72 of file msgtypes.h.
char*(* fmt_fn) (msg_aux_data_t) |
Format and return a newly allocated string describing the contents of this data element.
Definition at line 77 of file msgtypes.h.
void(* free_fn) (msg_aux_data_t) |
Release storage held for the auxiliary data of this type.
Definition at line 74 of file msgtypes.h.