]> git.meshlink.io Git - catta/blobdiff - avahi-sharp/Client.cs
* create $(localstatedir)/run if it doesn't exist
[catta] / avahi-sharp / Client.cs
index 80349ddb9902b5e925668f1e578cf6de6d1bb41a..8ec6616d4403b956201f9d91c38884631540e5e2 100644 (file)
@@ -25,6 +25,9 @@ using System.Threading;
 using System.Collections;
 using System.Runtime.InteropServices;
 using Mono.Unix;
+using Mono.Unix.Native;
+
+using Stdlib = Mono.Unix.Native.Stdlib;
 
 namespace Avahi
 {
@@ -86,7 +89,8 @@ namespace Avahi
     public enum LookupFlags {
         None = 0,
         UseWideArea = 1,
-        UseMulticast = 4,
+        UseMulticast = 2,
+       NoTxt = 4,
         NoAddress = 8
     }