]>
git.saurik.com Git - apple/libc.git/blob - gen/asl_private.h
2 #include <sys/socket.h>
4 #include <netinet/in.h>
7 #define _PATH_ASL_OUT "/var/log/asl.log"
9 #define ASL_QUERY_OP_NULL 0x00000
11 #define NOTIFY_SYSTEM_MASTER "com.apple.system.syslog.master"
12 #define NOTIFY_SYSTEM_ASL_FILTER "com.apple.system.syslog.asl_filter"
13 #define NOTIFY_PREFIX_SYSTEM "com.apple.system.syslog"
14 #define NOTIFY_PREFIX_USER "user.syslog"
16 typedef struct __aslclient
19 struct sockaddr_un server
;
28 int notify_master_token
;
35 typedef struct __aslmsg
44 typedef struct __aslresponse
49 } asl_search_result_t
;