X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Fovsdb.h;h=0d15ef2db2488c8dd8146b4bfb8f0621f8eb74ad;hb=79feb7dfc714780ba86de73d42fe366e45e22b05;hp=834ff1a994af37ba12757e64b74ad9f5d6ec0f0c;hpb=403e3a25f89ba9f2efb9a8c43e4e585f4af2ac67;p=openvswitch diff --git a/ovsdb/ovsdb.h b/ovsdb/ovsdb.h index 834ff1a9..0d15ef2d 100644 --- a/ovsdb/ovsdb.h +++ b/ovsdb/ovsdb.h @@ -23,6 +23,7 @@ struct json; struct ovsdb_log; +struct ovsdb_session; struct ovsdb_txn; struct uuid; @@ -71,7 +72,8 @@ struct json *ovsdb_to_json(const struct ovsdb *); struct ovsdb_table *ovsdb_get_table(const struct ovsdb *, const char *); -struct json *ovsdb_execute(struct ovsdb *, const struct json *params, +struct json *ovsdb_execute(struct ovsdb *, const struct ovsdb_session *, + const struct json *params, long long int elapsed_msec, long long int *timeout_msec);