summaryrefslogtreecommitdiffstats
path: root/xlators/experimental/fdl/src/jnl-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/experimental/fdl/src/jnl-types.h')
-rw-r--r--xlators/experimental/fdl/src/jnl-types.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/xlators/experimental/fdl/src/jnl-types.h b/xlators/experimental/fdl/src/jnl-types.h
deleted file mode 100644
index 8cb39d01a25..00000000000
--- a/xlators/experimental/fdl/src/jnl-types.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#define NEW_REQUEST (uint8_t)'N'
-
-typedef struct {
- uint8_t event_type; /* e.g. NEW_REQUEST */
- uint8_t fop_type; /* e.g. GF_FOP_SETATTR */
- uint16_t request_id;
- uint32_t ext_length;
-} event_header_t;
-
-enum {
- FDL_IPC_BASE = 0xfeedbee5, /* ... and they make honey */
- FDL_IPC_CHANGE_TERM,
- FDL_IPC_GET_TERMS,
-};