]> git.saurik.com Git - apple/security.git/blob - SecurityServer/ucspNotify.defs
Security-176.tar.gz
[apple/security.git] / SecurityServer / ucspNotify.defs
1 //
2 // ucsp_callbacks: MIG definition of SecurityServer's callback services
3 //
4 #include <mach/std_types.defs>
5 #include <mach/mach_types.defs>
6
7 subsystem ucsp_notify 10000;
8 serverprefix ucsp_notify_receiver_;
9 userprefix ucsp_notify_sender_;
10
11 import "securityserver.h";
12 import "ucsp_types.h";
13
14
15 //
16 // Data types
17 //
18 type Data = array [] of char;
19 type uint32 = unsigned32;
20
21
22 simpleroutine notify(requestport receiver: mach_port_t;
23 msgoption options: mach_msg_options_t; waittime timeout: natural_t;
24 in domain: uint32; in event: uint32; in data: Data;
25 in sender: uint32);