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  
    4848} AvahiClientState; 
    4949 
    5050typedef enum { 
     51    AVAHI_CLIENT_NONE = 0, 
    5152    AVAHI_CLIENT_IGNORE_USER_CONFIG = 1, /**< Don't read user configuration */ 
    5253    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 */ 
    5354} AvahiClientFlags;