src/server/daemon/sessionhandler.h

changeset 114
c3a0f1275d71
parent 106
b122f34ddc80
child 128
288fd9b9a739
equal deleted inserted replaced
113:57e706fed20a 114:c3a0f1275d71
106 void connection_close(Connection *conn); 106 void connection_close(Connection *conn);
107 int connection_ssl_read(Connection *conn, void *buf, int len); 107 int connection_ssl_read(Connection *conn, void *buf, int len);
108 int connection_ssl_write(Connection *conn, const void *buf, int len); 108 int connection_ssl_write(Connection *conn, const void *buf, int len);
109 void connection_ssl_close(Connection *conn); 109 void connection_ssl_close(Connection *conn);
110 110
111 void connection_destroy(Connection *conn);
112
111 113
112 SessionHandler* create_basic_session_handler(); 114 SessionHandler* create_basic_session_handler();
113 115
114 void basic_enq_conn(SessionHandler *handler, Connection *conn); 116 void basic_enq_conn(SessionHandler *handler, Connection *conn);
115 117

mercurial