summaryrefslogtreecommitdiffstats
path: root/server.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-03-23 21:20:57 +0000
committerLennart Poettering <lennart@poettering.net>2005-03-23 21:20:57 +0000
commitc18626ad35cdf94edbff196070ccbb6ae825abd0 (patch)
tree0ae412b0f982aadabe6de5a7e2733a997b96ce9c /server.h
parent54247ce93dc6f048c0ffea546f454653ce0e25a8 (diff)
add packet scheduler
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@14 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'server.h')
-rw-r--r--server.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/server.h b/server.h
index 63f2bf6..fbd5715 100644
--- 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;