Closed stze closed 8 years ago
All declared functions in loop.c do not fulfill the naming convention requirements. E.g. the function:
loop.c
static inline void connection_loop_poll_events_until(struct connection *con, bool *condition);
should be named:
static inline void loop_poll_events_until(struct connection *con, bool *condition);
All declared functions in
loop.c
do not fulfill the naming convention requirements. E.g. the function:should be named: