summaryrefslogtreecommitdiffstats
path: root/avahi-sharp/Client.cs
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-sharp/Client.cs')
-rw-r--r--avahi-sharp/Client.cs10
1 files changed, 8 insertions, 2 deletions
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);