diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 17:49:18 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 17:49:18 +0000 |
commit | caaaf67962024a4bafd3c6ac0fe57318121ec6a4 (patch) | |
tree | 47c4f9e0e9b86fed16b95c49e987eb48e1ee1494 | |
parent | 1b107b335934ef1cbca81faf0eb8ee91cac9eb1a (diff) |
Add startup_notify.
-rw-r--r-- | hurd/subsystems | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/subsystems b/hurd/subsystems index 9d8737f8..b4aac67e 100644 --- a/hurd/subsystems +++ b/hurd/subsystems @@ -26,6 +26,7 @@ socket 26000 Sockets newterm 27000 Creation of terminal processing thingies term 28000 Terminal-specific operations startup 29000 System initialization and destruction +startup_notify 29500 Callbacks from startup server exec 30000 Process execution exec_startup 30500 Process startup communication crash 32000 Program crash handling (core dumps) |