Home
last modified time | relevance | path

Searched defs:log_context (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging_p.h51 struct log_context { struct
52 int num_categories;
53 char **category_names;
54 log_channel_list *categories;
55 int flags;
56 int level;
57 char buffer[LOG_BUFFER_SIZE];
/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Dlogging.h47 typedef struct log_context *log_context; typedef