summaryrefslogtreecommitdiff
path: root/ovsdb/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'ovsdb/storage.h')
-rw-r--r--ovsdb/storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ovsdb/storage.h b/ovsdb/storage.h
index e120094d7..ff026b77f 100644
--- a/ovsdb/storage.h
+++ b/ovsdb/storage.h
@@ -76,7 +76,7 @@ uint64_t ovsdb_write_get_commit_index(const struct ovsdb_write *);
void ovsdb_write_wait(const struct ovsdb_write *);
void ovsdb_write_destroy(struct ovsdb_write *);
-bool ovsdb_storage_should_snapshot(const struct ovsdb_storage *);
+bool ovsdb_storage_should_snapshot(struct ovsdb_storage *);
struct ovsdb_error *ovsdb_storage_store_snapshot(struct ovsdb_storage *storage,
const struct json *schema,
const struct json *snapshot)