aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo.h
diff options
context:
space:
mode:
Diffstat (limited to 'pseudo.h')
-rw-r--r--pseudo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pseudo.h b/pseudo.h
index aec6f60..93f3e89 100644
--- a/pseudo.h
+++ b/pseudo.h
@@ -40,7 +40,11 @@ typedef enum {
OP_RENAME,
OP_STAT,
OP_UNLINK,
+ /* added after the original release, so they have to go out of order
+ * to avoid breaking the operation numbers in old logs.
+ */
OP_SYMLINK,
+ OP_EXEC,
OP_MAX
} op_id_t;
extern char *pseudo_op_name(op_id_t id);