summaryrefslogtreecommitdiff
path: root/hurd/paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/paths.h')
-rw-r--r--hurd/paths.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hurd/paths.h b/hurd/paths.h
index e1b00e90..10ae3a6f 100644
--- a/hurd/paths.h
+++ b/hurd/paths.h
@@ -36,6 +36,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
in simple decimal (e.g. "/servers/socket/23"). */
#define _SERVERS_SOCKET _SERVERS "socket"
+/* Directory containing virtual filesystems for buses */
+#define _SERVERS_BUS _SERVERS "bus"
+
/* Hurd servers are specified by symbols _HURD_FOO,
the canonical pathname being /hurd/foo. */