Catalli's threaded switch
[sliver-openvswitch.git] / ovsdb / log.h
index 045740b..0593fd8 100644 (file)
@@ -41,4 +41,6 @@ struct ovsdb_error *ovsdb_log_write(struct ovsdb_log *, struct json *)
 struct ovsdb_error *ovsdb_log_commit(struct ovsdb_log *)
     WARN_UNUSED_RESULT;
 
+off_t ovsdb_log_get_offset(const struct ovsdb_log *);
+
 #endif /* ovsdb/log.h */