X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=src%2Fhttp_command.c;h=04701d4d14f089ac6e73af9d03b6862a349b7179;hb=41254acc733dbd958295696f87ccb10631a9e9df;hp=1d1f48a437102cc0dfb50dfb698d67839d2e5df6;hpb=958e55eb39d3aa82ad0188344e6154d8929a0a5d;p=pazpar2-moved-to-github.git diff --git a/src/http_command.c b/src/http_command.c index 1d1f48a..04701d4 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -574,7 +574,7 @@ static void cmd_termlist(struct http_channel *c) size_t session_get_memory_status(struct session *session); -static void (struct http_channel *c, struct http_session *s) +static void session_status(struct http_channel *c, struct http_session *s) { size_t session_nmem; wrbuf_printf(c->wrbuf, "%u\n", s->activity_counter);