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

« back to all changes in this revision

Viewing changes to ofproto/ofproto-dpif-governor.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:
45
45
    unsigned int n_shortcuts;   /* Number of flows set up based on history. */
46
46
};
47
47
 
48
 
struct governor *governor_create(const char *name);
 
48
struct governor *governor_create(void);
49
49
void governor_destroy(struct governor *);
50
50
 
51
51
void governor_run(struct governor *);