X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fcfm.h;h=1be1981e8b00c03136057a4a0809ff6f02bdd463;hb=42bb6c72b58ba99e59e740f8cca4e201d7efaa02;hp=e8dd3a6b452ae2f073e98300dbe8ddf01bc3cc92;hpb=20c8e9710834ab38c2d557f10ac54ceba2d85b18;p=openvswitch diff --git a/lib/cfm.h b/lib/cfm.h index e8dd3a6b..1be1981e 100644 --- a/lib/cfm.h +++ b/lib/cfm.h @@ -73,15 +73,6 @@ struct remote_mp { bool fault; /* Indicates a connectivity fault. */ }; -/* Remote MAIDs keep track of incoming CCM messages which have a different MAID - * than this CFM instance. */ -struct remote_maid { - uint8_t maid[CCM_MAID_LEN]; /* The remote MAID. */ - struct hmap_node node; /* In 'cfm' 'x_remote_maids'. */ - - long long recv_time; /* Most recent receive time for this 'remote_maid'. */ -}; - struct cfm *cfm_create(void); void cfm_destroy(struct cfm *);