]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/fce_api.h
Add FCE type names and adjust logtypes to new fce facility
[netatalk.git] / include / atalk / fce_api.h
index aebb56adffcdafdb9463b712afa9fe91685186e0..b76c06cbe11dfd0f6036721c6e47c1c2f8eb0c99 100755 (executable)
@@ -22,6 +22,8 @@
 #define FCE_CONN_START     42
 #define FCE_CONN_BROKEN    99
 
+#define FCE_FIRST_EVENT     FCE_FILE_MODIFY /* keep in sync with last file event above */
+#define FCE_LAST_EVENT      FCE_TM_SIZE     /* keep in sync with last file event above */
 
 /* fce_packet.fce_magic */
 #define FCE_PACKET_MAGIC  "at_fcapi"