Debian: Update change log for 1.1.0~pre2.g2.ea763e0e-1 upload
[openvswitch] / lib / rtnetlink-link.c
index ffd615bfaf2e79a44088fea5c61f3c5cfd67a0db..ad83a1d2797741ae405bbfabd3561603098beccd 100644 (file)
 static struct rtnetlink *rtn = NULL;
 static struct rtnetlink_link_change rtn_change;
 
-static bool
+/* Parses a rtnetlink message 'buf' into 'change'.  If 'buf' is unparseable,
+ * leaves 'change' untouched and returns false.  Otherwise, populates 'change'
+ * and returns true. */
+bool
 rtnetlink_link_parse(struct ofpbuf *buf,
                      struct rtnetlink_link_change *change)
 {