X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-sharp%2FClient.cs;h=e148ff30ba8f379e04b76a00ec49614d097b34ec;hb=a4c2edcece605452c4d72da36b8c39da5e514314;hp=f5ba0693779a78722f5f0a43dd7206fc30d7f09e;hpb=fbd822ec8fa4575a61e81e2ecf2c4e6f8266a0ff;p=catta diff --git a/avahi-sharp/Client.cs b/avahi-sharp/Client.cs index f5ba069..e148ff3 100644 --- a/avahi-sharp/Client.cs +++ b/avahi-sharp/Client.cs @@ -29,12 +29,18 @@ namespace Avahi { internal enum ResolverEvent { Found, - Timeout + Timeout, + NotFound, + Failure } internal enum BrowserEvent { Added, - Removed + Removed, + CacheExhausted, + AllForNow, + NotFound, + Failure } internal delegate int PollCallback (IntPtr ufds, uint nfds, int timeout);