diff options
author | Michael I. Bushnell <mib@gnu.org> | 1992-02-01 08:34:41 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1992-02-01 08:34:41 +0000 |
commit | 3944a90200c42bfe80eb7f9a16bfaea242ed8dce (patch) | |
tree | d772c08990ad2babe5ecccc43b963148d1fdccbd | |
parent | a6dbf54323dd375ea77a64e482b7fc1b4b20aa00 (diff) |
Formerly paths.h.~7~
-rw-r--r-- | hurd/paths.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hurd/paths.h b/hurd/paths.h index 3f076f5f..4eb39263 100644 --- a/hurd/paths.h +++ b/hurd/paths.h @@ -28,6 +28,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define _SERVERS_STARTUP "/servers/startup" #define _SERVERS_PROC "/servers/proc" +/* Directory containing naming points for socket servers. + Entries are named by the string representing the domain number + in simple decimal (e.g. "/servers/socket/23"). */ +#define _SERVERS_SOCKET "/servers/socket" + /* Hurd servers are specified by symbols _HURD_FOO, the canonical pathname being /hurd/foo. */ |