From 2732f1ee8cf7590c53fd52abc9be0c4ee6a4a3c2 Mon Sep 17 00:00:00 2001 From: sc Date: Thu, 18 Feb 1999 17:33:32 +0000 Subject: Port registration is now based on bus number. This allows to have one server per bus. --- src/ivyd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ivyd.h') diff --git a/src/ivyd.h b/src/ivyd.h index 39f2691..58cbeb7 100644 --- a/src/ivyd.h +++ b/src/ivyd.h @@ -27,7 +27,7 @@ #define MSG_SERVER ((char) 2) struct connmsg { - short msg_uid; /* identification de l'expediteur */ + short msg_key; short msg_port; /* le port a utiliser pour l'uid ci-dessus */ char msg_type; /* type de messages */ char msg_fill1, /* fillers */ -- cgit v1.1