summaryrefslogtreecommitdiff
path: root/src/journal.h
diff options
context:
space:
mode:
authorrobi <robi>2010-06-25 19:36:31 +0000
committerrobi <robi>2010-06-25 19:36:31 +0000
commit14264f692000d068f1dc8b4853852f30a72a8517 (patch)
treecc52524665341673f432584cac4e0ccb13e29bda /src/journal.h
parent98b2c6649a00dace7f1815635d0d955b5f2392df (diff)
time matching in dirlist
Diffstat (limited to 'src/journal.h')
-rw-r--r--src/journal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal.h b/src/journal.h
index 34ada1a..c4bf5d3 100644
--- a/src/journal.h
+++ b/src/journal.h
@@ -36,6 +36,7 @@ extern int journal_close(void); // close the journal (last function in main() if
static int init_journal(void); // main for extract the journal to the local private data
static const char *type_to_name(int);
int get_block_list_count(blk64_t block);//get count of journal blocklist
+__u32 get_trans_time( __u32); //get the transactiontime of a transactionnumber
int get_block_list(journal_descriptor_tag_t *, blk64_t, int);//get a sortet list of all copys of a filesystemblock
int read_journal_block(off_t, char*, int, unsigned int*);
void print_block_list(int);