this repo has no description
1
fork

Configure Feed

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

Build and install securityd

+1 -2
src/libDiagnosticMessagesClient/include/DiagnosticMessagesClient.h
-2
src/libDiagnosticMessagesClient/include/msgtracer_client.h
··· 3 3 4 4 #include <asl.h> 5 5 6 - extern void _msgtracer_log_with_keys(char *key1, int value1, char *key2, char *value2, char *key3, char *value3, void *end); 7 - 8 6 extern void msgtracer_log_with_keys(char *key1, int value1, char *things, ...); 9 7 10 8 #endif
+1
src/libDiagnosticMessagesClient/src/functions.c
··· 35 35 void* msgtracer_vlog(void) { if (verbose) puts("STUB: msgtracer_vlog called"); return NULL; } 36 36 void* msgtracer_vlog_with_keys(void) { if (verbose) puts("STUB: msgtracer_vlog_with_keys called"); return NULL; } 37 37 void* msgtracer_vlog_with_keys_skip_nulls(void) { if (verbose) puts("STUB: msgtracer_vlog_with_keys_skip_nulls called"); return NULL; } 38 + void *_Z23msgtracer_log_with_keysPciS_z(void) { puts("stub _Z23msgtracer_log_with_keysPciS_z");}