datapath: Update for changes in 2.6.39-rc1
[openvswitch] / ovsdb / log.h
index 045740b935952b7117b3ceee4d7a580dcb9d5a0f..0593fd87ae70065b09efd631a58f91264a2186bf 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 */