L4Re/departure

libsystypes/idl/notification.idl

360:92c5f6aa8c36
2022-06-12 Paul Boddie Reintroduced PagerObject code generation required to initiate servers. mmap-region-flags
     1 #include <systypes/base.h>      /* notify_flags_t */     2      3 interface Notification     4 {     5   /* Subscribe to events, providing the given notifier to receive notifications     6      according to the given flags. */     7      8   [opcode(23)] void subscribe(in cap notifier, in notify_flags_t flags);     9     10   /* Unsubscribe from events. */    11     12   [opcode(24)] void unsubscribe();    13 };