| 145 | } |
| 146 | |
| 147 | static gboolean |
| 148 | timeout_err(gpointer data) |
| 149 | { |
| 150 | print_result(printf("LISTEN EVENT FAILURE - timeout occurred, never found.\n")); |
| 151 | test_exit(-1); |
| 152 | |
| 153 | return FALSE; |
| 154 | } |
| 155 | |
| 156 | static void |
| 157 | try_connect(void) |
nothing calls this directly
no test coverage detected