From: Ethan Jackson Date: Fri, 13 May 2011 19:52:00 +0000 (-0700) Subject: cfm: Clarify cfm_create() documentation. X-Git-Tag: v1.2.0~364 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=498b2a5a68dcfea734f42ba548b7c61aabd8385b;p=sliver-openvswitch.git cfm: Clarify cfm_create() documentation. Reported-by: Ben Pfaff --- diff --git a/lib/cfm.c b/lib/cfm.c index b6239c30a..a605c098e 100644 --- a/lib/cfm.c +++ b/lib/cfm.c @@ -129,8 +129,9 @@ lookup_remote_mp(const struct hmap *hmap, uint16_t mpid) } /* Allocates a 'cfm' object. This object should have its 'mpid', 'maid', - * 'eth_src', and 'interval' filled out. When changes are made to the 'cfm' - * object, cfm_configure should be called before using it. */ + * 'eth_src', and 'interval' filled out. cfm_configure() should be called + * whenever changes are made to 'cfm', and before cfm_run() is called for the + * first time. */ struct cfm * cfm_create(void) {