Code

connection: Renamed sdb_connection_read to sdb_connection_handle.
authorSebastian Harl <sh@tokkee.org>
Mon, 15 Dec 2014 08:12:10 +0000 (09:12 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 15 Dec 2014 08:12:10 +0000 (09:12 +0100)
commit330d8bc42e2577a01288f8a7bd606f2efafa9aa6
tree744a827bf05bd2e55738e2faeb565166f0e4d135
parent9610de881cfcd9bd15e064230714ae15cf621885
connection: Renamed sdb_connection_read to sdb_connection_handle.

The function does more than read from the connection, so the old name was a
bad choice.
src/frontend/connection.c
src/frontend/sock.c
src/include/frontend/connection.h
t/unit/frontend/connection_test.c