X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fclient.c;h=dd4405f4188a8f9c91de2c904386a47510d9c993;hb=e9e5603afa14e52f004d64211345f1c3ab17a6a3;hp=723f8be6aafd2e12d4f44cf002e0077f3e131569;hpb=e6b0cc182fd882518a33f10bf46519b94e632267;p=pazpar2-moved-to-github.git diff --git a/src/client.c b/src/client.c index 723f8be..dd4405f 100644 --- a/src/client.c +++ b/src/client.c @@ -1163,6 +1163,12 @@ void client_disconnect(struct client *cl) client_set_connection(cl, 0); } +void client_mark_dead(struct client *cl) +{ + if (cl->connection) + connection_mark_dead(cl->connection); +} + // Initialize CCL map for a target static CCL_bibset prepare_cclmap(struct client *cl, CCL_bibset base_bibset) {