chiark / gitweb /
changelog: start 0.6.8
[secnet.git] / comm-common.h
index 45340e4202e8bfe6a05dd906a4a1090e9ee80eec..7027ee5f5aadafc9a93c01aae45b89e7d2743264 100644 (file)
@@ -30,7 +30,7 @@ struct comm_notify_entry {
     void *state;
     LIST_ENTRY(comm_notify_entry) entry;
 };
-LIST_HEAD(comm_notify_list, comm_notify_entry) notify;
+LIST_HEAD(comm_notify_list, comm_notify_entry);
 
 struct commcommon { /* must be first so that void* is comm_common* */
     closure_t cl;