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)
committerJosé Roberto de Souza <jose.souza@intel.com>
Mon, 5 Aug 2013 16:25:25 +0000 (13:25 -0300)
commitb17a4ecd482a3bc16414446f0e321f3c1fb16bad
tree94c3b3bc8c8f0405102df7bcfbb836b0aa0ff305
parentcaa6f14c24bcdd3d3292df7150c2af7580e53f19
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_core.c