summaryrefslogtreecommitdiffstats
path: root/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'server.h')
-rw-r--r--server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.h b/server.h
index d050bcc..f90bfe7 100644
--- a/server.h
+++ b/server.h
@@ -17,7 +17,7 @@ struct _flxServerEntry {
gint interface;
guchar protocol;
- gboolean unique;
+ flxServerEntryFlags flags;
FLX_LLIST_FIELDS(flxServerEntry, entry);
FLX_LLIST_FIELDS(flxServerEntry, by_key);