X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fclient.h;h=4d7fbf20fe26b3f1448f9b327f28d8f7b00d2922;hb=294559ec552ed9b086d52984cdee74384ee6c34b;hp=5d8bacee6118f7f75e2573d9aef14e2a0e6ca56d;hpb=242cebf065b2b709b41b8c987927187141ff8ab5;p=pazpar2-moved-to-github.git diff --git a/src/client.h b/src/client.h index 5d8bace..4d7fbf2 100644 --- a/src/client.h +++ b/src/client.h @@ -69,6 +69,7 @@ int client_destroy(struct client *c); void client_set_connection(struct client *cl, struct connection *con); void client_disconnect(struct client *cl); +void client_mark_dead(struct client *cl); int client_prep_connection(struct client *cl, int operation_timeout, int session_timeout, iochan_man_t iochan, @@ -101,6 +102,7 @@ void client_incref(struct client *c); void client_got_records(struct client *c); void client_lock(struct client *c); void client_unlock(struct client *c); +void client_stop(struct client *c); int client_has_facet(struct client *cl, const char *name); void client_check_preferred_watch(struct client *cl);