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

« back to all changes in this revision

Viewing changes to ovsdb/ovsdb-idlc.in

  • 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:
187
187
#include <config.h>
188
188
#include %s
189
189
#include <limits.h>
 
190
#include "ovs-thread.h"
190
191
#include "ovsdb-data.h"
191
192
#include "ovsdb-error.h"
192
193
#include "util.h"
643
644
    if (inited) {
644
645
        return;
645
646
    }
 
647
    assert_single_threaded();
646
648
    inited = true;
647
649
""" % prefix
648
650
    for tableName, table in sorted(schema.tables.iteritems()):