New NOTIFY trap (IPC call) to send queued notification messages.
The call works. Permission check, restriction of outstanding notifications to be added. Low level code to make it work from within interrupt handlers will be added as well.
This commit is contained in:
@@ -143,9 +143,7 @@ _PROTOTYPE( int ttyslot, (void) );
|
||||
_PROTOTYPE( int fttyslot, (int _fd) );
|
||||
_PROTOTYPE( char *crypt, (const char *_key, const char *_salt) );
|
||||
_PROTOTYPE( int getsysinfo, (int who, int what, void *where) );
|
||||
#if ENABLE_MESSAGE_STATS
|
||||
_PROTOTYPE( int mstats, (struct message_statentry *ms, int entries, int reset) );
|
||||
#endif
|
||||
_PROTOTYPE( int getprocnr, (int *proc_nr) );
|
||||
#endif
|
||||
|
||||
_PROTOTYPE( int setcache, (int kb));
|
||||
|
||||
Reference in New Issue
Block a user