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)
commit5bed28501c56d1268d49e62d807897d2ce32af3f
treedd719bf32377dc657257e8237956814eea72e4a5
parent3e6f9f65568f0043c93ac0c7bdd7eff8ff29e640
frontend: Moved all connection handling operations into connection.c.

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.
src/Makefile.am
src/frontend/connection.c
src/frontend/session.c
src/frontend/sock.c
src/include/frontend/connection-private.h [new file with mode: 0644]
src/include/frontend/connection.h