]> git.meshlink.io Git - catta/blobdiff - server.h
add packet scheduler
[catta] / server.h
index 63f2bf6557704d4ae32fae456c5fba070a17c469..fbd5715445c392891b2e146ab4f4d6c333c223c8 100644 (file)
--- a/server.h
+++ b/server.h
@@ -2,7 +2,6 @@
 #define fooflxserverhfoo
 
 typedef struct _flxEntry flxEntry;
-typedef struct _flxResponseJob flxResponseJob;
 
 #include "flx.h"
 #include "iface.h"
@@ -23,12 +22,6 @@ struct _flxEntry {
     FLX_LLIST_FIELDS(flxEntry, by_id);
 };
 
-struct _flxResponseJob {
-    flxTimeEvent *time_event;
-    flxRecord *record;
-    FLX_LLIST_FIELDS(flxResponseJob, response);
-};
-
 struct _flxServer {
     GMainContext *context;
     flxInterfaceMonitor *monitor;