X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Flog.h;h=0593fd87ae70065b09efd631a58f91264a2186bf;hb=81158e4f4a7071c689aac7ac4fb1389c8e8d3875;hp=045740b935952b7117b3ceee4d7a580dcb9d5a0f;hpb=02dd3123a0e312f1d33403e744af52dd6096f12d;p=openvswitch diff --git a/ovsdb/log.h b/ovsdb/log.h index 045740b9..0593fd87 100644 --- a/ovsdb/log.h +++ b/ovsdb/log.h @@ -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 */