2 // ucsp_callbacks: MIG definition of SecurityServer's callback services
4 #include <mach/std_types.defs>
5 #include <mach/mach_types.defs>
7 subsystem ucsp_notify 10000;
8 serverprefix ucsp_notify_receiver_;
9 userprefix ucsp_notify_sender_;
11 import "securityserver.h";
12 import "ucsp_types.h";
18 type Data = array [] of char;
19 type uint32 = unsigned32;
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;