summaryrefslogtreecommitdiff
path: root/lnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'lnode.h')
-rw-r--r--lnode.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lnode.h b/lnode.h
index 9ca1ef2c5..674102523 100644
--- a/lnode.h
+++ b/lnode.h
@@ -32,6 +32,14 @@
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
+/*--------Macros--------------------------------------------------------------*/
+/*The possible flags in an lnode*/
+#define FLAG_LNODE_DIR 0x00000001 /*the lnode is a directory*/
+#define FLAG_LNODE_TRANSLATED 0x00000002 /*all appropriate translators
+ have already been set on this node*/
+/*----------------------------------------------------------------------------*/
+
+/*----------------------------------------------------------------------------*/
/*A candy synonym for the fundamental libnetfs node*/
typedef struct node node_t;
/*----------------------------------------------------------------------------*/