this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make libDiagnosticMessagesClient function variadic

+10
+10
src/libDiagnosticMessagesClient/include/msgtracer_client.h
··· 1 + #ifndef __MSGTRACER_CLIENT_H__ 2 + #define __MSGTRACER_CLIENT_H__ 3 + 4 + #include <asl.h> 5 + 6 + extern void _msgtracer_log_with_keys(char *key1, int value1, char *key2, char *value2, char *key3, char *value3, void *end); 7 + 8 + extern void msgtracer_log_with_keys(char *key1, int value1, char *things, ...); 9 + 10 + #endif