X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fstp.h;h=affde182855489dd4268184f4106a519ae6aa8fe;hb=c95e27834255c7b0bac54a5c707ab01103b37280;hp=524b9dcf159ab3472b501a8281a2b85e7678d52f;hpb=e0edde6fee279cdbbf3c179f5f50adaf0c7c7f1e;p=sliver-openvswitch.git diff --git a/lib/stp.h b/lib/stp.h index 524b9dcf1..affde1828 100644 --- a/lib/stp.h +++ b/lib/stp.h @@ -60,7 +60,8 @@ struct stp *stp_create(const char *name, stp_identifier bridge_id, void (*send_bpdu)(struct ofpbuf *bpdu, int port_no, void *aux), void *aux); -void stp_destroy(struct stp *); +struct stp *stp_ref(const struct stp *); +void stp_unref(struct stp *); void stp_tick(struct stp *, int ms); void stp_set_bridge_id(struct stp *, stp_identifier bridge_id); void stp_set_bridge_priority(struct stp *, uint16_t new_priority);