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

« back to all changes in this revision

Viewing changes to tests/test-jsonrpc.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:
1
1
/*
2
 
 * Copyright (c) 2009, 2010, 2011, 2012 Nicira, Inc.
 
2
 * Copyright (c) 2009, 2010, 2011, 2012, 2013 Nicira, Inc.
3
3
 *
4
4
 * Licensed under the Apache License, Version 2.0 (the "License");
5
5
 * you may not use this file except in compliance with the License.
56
56
        OPT_BOOTSTRAP_CA_CERT = UCHAR_MAX + 1,
57
57
        DAEMON_OPTION_ENUMS
58
58
    };
59
 
    static struct option long_options[] = {
 
59
    static const struct option long_options[] = {
60
60
        {"verbose", optional_argument, NULL, 'v'},
61
61
        {"help", no_argument, NULL, 'h'},
62
62
        DAEMON_LONG_OPTIONS,