]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/fce_api_internal.h
Some cleanup in FCE coalesce. Use bitflags instead of strings.
[netatalk.git] / etc / afpd / fce_api_internal.h
index d73b775a56e19619027df5d431948759ce33db52..a23cfdf8eae76390e4b8b8c633c0346e31d16d64 100644 (file)
 #define FCE_HISTORY_LEN 10  /* This is used to coalesce events */\r
 #define MAX_COALESCE_TIME_MS 1000  /* Events oldeer than this are not coalesced */\r
 \r
+#define FCE_COALESCE_CREATE (1 << 0)\r
+#define FCE_COALESCE_DELETE (1 << 1)\r
+#define FCE_COALESCE_ALL    (FCE_COALESCE_CREATE | FCE_COALESCE_DELETE)\r
+\r
 struct udp_entry\r
 {\r
     int sock;\r