summaryrefslogtreecommitdiff
path: root/src/ivyd.h
diff options
context:
space:
mode:
authorsc1999-02-18 17:33:32 +0000
committersc1999-02-18 17:33:32 +0000
commit2732f1ee8cf7590c53fd52abc9be0c4ee6a4a3c2 (patch)
tree024a4d9385680a6985fc7a57b99abeee9f645f7f /src/ivyd.h
parent3dfd47dde8bb049a797f5dc653105c1cb57af617 (diff)
downloadivyd-2732f1ee8cf7590c53fd52abc9be0c4ee6a4a3c2.zip
ivyd-2732f1ee8cf7590c53fd52abc9be0c4ee6a4a3c2.tar.gz
ivyd-2732f1ee8cf7590c53fd52abc9be0c4ee6a4a3c2.tar.bz2
ivyd-2732f1ee8cf7590c53fd52abc9be0c4ee6a4a3c2.tar.xz
Port registration is now based on bus number.
This allows to have one server per bus.
Diffstat (limited to 'src/ivyd.h')
-rw-r--r--src/ivyd.h2
1 files changed, 1 insertions, 1 deletions
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 */