summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2005-07-27 14:44:14 +0000
committerfcolin2005-07-27 14:44:14 +0000
commitb0954d7461dc709cd1a43097c260c8e8b0183cee (patch)
tree382ad3c2348dd7fdab46cd926d873663684e1ee9
parent39c586807a09f9c7cfe2ca59ffcf7aae016b5859 (diff)
downloadivy-c-b0954d7461dc709cd1a43097c260c8e8b0183cee.zip
ivy-c-b0954d7461dc709cd1a43097c260c8e8b0183cee.tar.gz
ivy-c-b0954d7461dc709cd1a43097c260c8e8b0183cee.tar.bz2
ivy-c-b0954d7461dc709cd1a43097c260c8e8b0183cee.tar.xz
remove 'next' unused field in MsgRcv struct because of hash table
-rw-r--r--src/ivy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ivy.c b/src/ivy.c
index 1571161..217420d 100644
--- a/src/ivy.c
+++ b/src/ivy.c
@@ -82,7 +82,6 @@ typedef enum {
typedef struct _msg_snd *MsgSndPtr;
struct _msg_rcv { /* requete d'emission d'un client */
- MsgRcvPtr next;
int id;
const char *regexp; /* regexp du message a recevoir */
MsgCallback callback; /* callback a declanche a la reception */