]> git.meshlink.io Git - catta/blobdiff - server.h
* s/status/state/g
[catta] / server.h
index 97b2d6b41a358d46a2d6843ca667c49227fc6962..810fd53eada3586344d6896e54ddb47c1536aa1c 100644 (file)
--- a/server.h
+++ b/server.h
@@ -31,7 +31,7 @@ struct _flxEntryGroup {
     flxServer *server;
     gboolean dead;
 
-    flxEntryGroupStatus status;
+    flxEntryGroupState state;
     gpointer userdata;
     flxEntryGroupCallback callback;
 
@@ -72,7 +72,7 @@ gboolean flx_server_entry_match_interface(flxEntry *e, flxInterface *i);
 void flx_server_post_query(flxServer *s, gint interface, guchar protocol, flxKey *key);
 void flx_server_post_response(flxServer *s, gint interface, guchar protocol, flxRecord *record, gboolean flush_cache);
 
-void flx_entry_group_run_callback(flxEntryGroup *g, flxEntryGroupStatus state);
+void flx_entry_group_run_callback(flxEntryGroup *g, flxEntryGroupState state);
 
 gboolean flx_entry_commited(flxEntry *e);