~james-page/ubuntu/saucy/openvswitch/1.12-snapshot

« back to all changes in this revision

Viewing changes to ovsdb/ovsdb.h

  • Committer: James Page
  • Date: 2013-08-21 10:16:57 UTC
  • mfrom: (1.1.20)
  • Revision ID: james.page@canonical.com-20130821101657-3o0z0qeiv5zkwlzi
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (c) 2009, 2010, 2011, 2012 Nicira, Inc.
 
1
/* Copyright (c) 2009, 2010, 2011, 2012, 2013 Nicira, Inc.
2
2
 *
3
3
 * Licensed under the Apache License, Version 2.0 (the "License");
4
4
 * you may not use this file except in compliance with the License.
69
69
 
70
70
void ovsdb_get_memory_usage(const struct ovsdb *, struct simap *usage);
71
71
 
72
 
struct ovsdb_error *ovsdb_from_json(const struct json *, struct ovsdb **)
73
 
    WARN_UNUSED_RESULT;
74
 
struct json *ovsdb_to_json(const struct ovsdb *);
75
 
 
76
72
struct ovsdb_table *ovsdb_get_table(const struct ovsdb *, const char *);
77
73
 
78
74
struct json *ovsdb_execute(struct ovsdb *, const struct ovsdb_session *,