Code

frontend: Moved all connection handling operations into connection.c.
authorSebastian Harl <sh@tokkee.org>
Tue, 26 Nov 2013 17:42:58 +0000 (18:42 +0100)
committerSebastian Harl <sh@tokkee.org>
Tue, 26 Nov 2013 17:42:58 +0000 (18:42 +0100)
connection_obj_t was merged into sdb_conn_t which now inherits from
sdb_object_t. The connection object is now private to the library and defined
in the new header file connection-private.h.


No differences found