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

« back to all changes in this revision

Viewing changes to tests/test-ovsdb.c

  • 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:
68
68
static void
69
69
parse_options(int argc, char *argv[])
70
70
{
71
 
    static struct option long_options[] = {
 
71
    static const struct option long_options[] = {
72
72
        {"timeout", required_argument, NULL, 't'},
73
73
        {"verbose", optional_argument, NULL, 'v'},
74
74
        {"help", no_argument, NULL, 'h'},