summaryrefslogtreecommitdiff
path: root/src/journals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/journals.h')
-rw-r--r--src/journals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journals.h b/src/journals.h
index b0fbfe2..ca23f77 100644
--- a/src/journals.h
+++ b/src/journals.h
@@ -17,7 +17,7 @@ typedef struct iou_t iou_t;
typedef struct journal_t {
char *name;
- int fd;
+ int fd, idx;
} journal_t;
typedef struct journals_t journals_t;
© All Rights Reserved