reconnect: Rename reconnect_received() to reconnect_activity().
authorBen Pfaff <blp@nicira.com>
Wed, 8 Aug 2012 20:32:57 +0000 (13:32 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 7 Sep 2012 17:48:43 +0000 (10:48 -0700)
commita6f639f8080fe18120bb205609c6e364f6de7e70
tree0bc8d22143b241caba7610e1982f72221a6e4b6f
parente0f3585d4499db4ad0f22fd3c4749ba2e9814c33
reconnect: Rename reconnect_received() to reconnect_activity().

Receiving data is not the only reasonable way to verify that a connection
is up.  For example, on a TCP connection, receiving an acknowledgment that
the remote side has accepted data that we sent is also a reasonable means.
Therefore, this commit generalizes the naming.

Also, similarly for the Python implementation: Reconnect.received() becomes
Reconnect.activity().

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/jsonrpc.c
lib/reconnect.c
lib/reconnect.h
python/ovs/jsonrpc.py
python/ovs/reconnect.py
tests/reconnect.at
tests/test-reconnect.c
tests/test-reconnect.py