projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c61b8ed
)
fix wrongly removed session_status function name
author
Dennis Schafroth
<dennis@indexdata.com>
Fri, 4 Nov 2011 12:17:11 +0000
(13:17 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Fri, 4 Nov 2011 12:17:11 +0000
(13:17 +0100)
src/http_command.c
patch
|
blob
|
history
diff --git
a/src/http_command.c
b/src/http_command.c
index
1d1f48a
..
04701d4
100644
(file)
--- 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, "<http_count>%u</http_count>\n", s->activity_counter);