20 months ago | Paul Boddie | file changeset files shortlog | Introduced values to the notify operation and notification mechanisms. |
paul@481 | 1 | #include <systypes/base.h> /* notify_flags_t, notify_values_t */ |
paul@181 | 2 | |
paul@181 | 3 | interface Notifier |
paul@181 | 4 | { |
paul@181 | 5 | /* Send notification events. */ |
paul@181 | 6 | |
paul@481 | 7 | [opcode(25)] void notify(in notify_flags_t flags, in notify_values_t values); |
paul@181 | 8 | }; |