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

« back to all changes in this revision

Viewing changes to lib/stp.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:
60
60
                       void (*send_bpdu)(struct ofpbuf *bpdu, int port_no,
61
61
                                         void *aux),
62
62
                       void *aux);
63
 
void stp_destroy(struct stp *);
 
63
struct stp *stp_ref(const struct stp *);
 
64
void stp_unref(struct stp *);
64
65
void stp_tick(struct stp *, int ms);
65
66
void stp_set_bridge_id(struct stp *, stp_identifier bridge_id);
66
67
void stp_set_bridge_priority(struct stp *, uint16_t new_priority);