X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ovsdb%2Flog.h;h=f48dc76bdad27a6c4824808808ebfddad78297b7;hb=af7367bc2f32eff031b94260c62528418c59c22d;hp=0593fd87ae70065b09efd631a58f91264a2186bf;hpb=f49cc5d2ee29ee90a5a08babfee55479c579bf27;p=sliver-openvswitch.git diff --git a/ovsdb/log.h b/ovsdb/log.h index 0593fd87a..f48dc76bd 100644 --- a/ovsdb/log.h +++ b/ovsdb/log.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010 Nicira Networks +/* Copyright (c) 2009, 2010, 2011 Nicira Networks * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -36,6 +36,8 @@ void ovsdb_log_close(struct ovsdb_log *); struct ovsdb_error *ovsdb_log_read(struct ovsdb_log *, struct json **) WARN_UNUSED_RESULT; +void ovsdb_log_unread(struct ovsdb_log *); + struct ovsdb_error *ovsdb_log_write(struct ovsdb_log *, struct json *) WARN_UNUSED_RESULT; struct ovsdb_error *ovsdb_log_commit(struct ovsdb_log *)