MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / _code

Class _code

source/syslog.h:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64#define INTERNAL_MARK LOG_MAKEPRI(LOG_NFACILITIES, 0)
65
66typedef struct _code {
67 char *c_name;
68 int c_val;
69} CODE;
70
71extern CODE prioritynames[];
72extern CODE facilitynames[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected