libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_route_struct (explain_string_buffer_t *sb, int fildes, const void *data) |
void explain_buffer_route_struct | ( | explain_string_buffer_t * | sb, |
int | fildes, | ||
const void * | data | ||
) |
The explain_buffer_route_struct function may be used to print a representation of a routing data structure.
sb | The string buffer to print into. |
fildes | The file descriptor, because we need to know some file descriptor state to be able to print the correct contents. |
data | The routing data structure to be printed. |
Definition at line 390 of file route_struct.c.