eldbus: New internal function _eldbus_connection_free()
authorEduardo Lima (Etrunko) <eduardo.lima@intel.com>
Thu, 23 May 2013 19:36:29 +0000 (16:36 -0300)
committerEduardo Lima (Etrunko) <eduardo.lima@intel.com>
Tue, 28 May 2013 12:42:29 +0000 (09:42 -0300)
commit1ac40b550240a12e98995ac2a335545f8bf310a4
treea634d574ea59943861dd884ecb0b39914e2f940e
parentfb0dc85bc312a37efad12e2394b4a536f130580e
eldbus: New internal function _eldbus_connection_free()

This is actually a split on the _eldbus_connection_unref() function, that
will be called either when the refcount reaches 0 or to force the deletion
of an Eldus_Connection.

The second use case will be contemplated in a following patch.

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
src/lib/eldbus/eldbus_core.c