author | Sebastian Harl <sh@tokkee.org> | |
Tue, 26 Nov 2013 17:42:58 +0000 (18:42 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 26 Nov 2013 17:42:58 +0000 (18:42 +0100) | ||
commit | 5bed28501c56d1268d49e62d807897d2ce32af3f | |
tree | dd719bf32377dc657257e8237956814eea72e4a5 | tree | snapshot |
parent | 3e6f9f65568f0043c93ac0c7bdd7eff8ff29e640 | commit | diff |
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.
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 | diff | blob | history | |
src/frontend/connection.c | diff | blob | history | |
src/frontend/session.c | diff | blob | history | |
src/frontend/sock.c | diff | blob | history | |
src/include/frontend/connection-private.h | [new file with mode: 0644] | blob |
src/include/frontend/connection.h | diff | blob | history |