Ticket #99: avahi-client-flags-zero.patch
| File avahi-client-flags-zero.patch, 489 bytes (added by tpot, 5 years ago) |
|---|
-
client.h
old new 48 48 } AvahiClientState; 49 49 50 50 typedef enum { 51 AVAHI_CLIENT_NONE = 0, 51 52 AVAHI_CLIENT_IGNORE_USER_CONFIG = 1, /**< Don't read user configuration */ 52 53 AVAHI_CLIENT_NO_FAIL = 2 /**< Don't fail if the daemon is not available when avahi_client_new() is called, instead enter AVAHI_CLIENT_CONNECTING state and wait for the daemon to appear */ 53 54 } AvahiClientFlags;
