summaryrefslogtreecommitdiffstats
path: root/src/include/kdb_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/kdb_log.h')
-rw-r--r--src/include/kdb_log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/kdb_log.h b/src/include/kdb_log.h
index 51648c7e84..beecdc1241 100644
--- a/src/include/kdb_log.h
+++ b/src/include/kdb_log.h
@@ -108,6 +108,8 @@ typedef struct kdb_hlog {
uint16_t kdb_block; /* Block size of each element */
} kdb_hlog_t;
+extern void ulog_sync_header(kdb_hlog_t *);
+
typedef struct kdb_ent_header {
uint32_t kdb_umagic; /* Update entry magic # */
kdb_sno_t kdb_entry_sno; /* Serial # of entry */