On Mon, Mar 18, 2013 at 08:52:14AM +0530, love you wrote: > I am working on OVS-1.7.3 code I just get stucked in the following code > snippat in rconn_run function that how it works, can you please help me out > how the code in blue works, is it a run time code ?
STATES is a macro defined near the top of rconn.c. It contains calls to STATE. The rest should be straightforward. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
