SIGTERM again
[handlervirt.git] / handler_virt_tender.h
blobf5c93940a4a56c436d924d7d16deab1f79b6e819
1 #include <float.h>
3 #include <avahi-client/client.h>
4 #include <avahi-client/publish.h>
5 #include <avahi-client/lookup.h>
7 #include <avahi-common/alternative.h>
8 #include <avahi-common/simple-watch.h>
9 #include <avahi-common/malloc.h>
10 #include <avahi-common/error.h>
11 #include <avahi-common/timeval.h>
12 #include <avahi-common/thread-watch.h>
14 typedef struct {
15 const char *name;
16 char *dom;
17 float cost;
18 } tender_t;
20 char * create_tender(AvahiClient *client, AvahiThreadedPoll *threaded_poll, const char *name, unsigned long memory);