aboutsummaryrefslogtreecommitdiff
path: root/src/output/httpd_internal.h
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2011-07-25 21:55:43 +0200
committerMax Kellermann <max@duempel.org>2011-08-27 11:30:34 +0200
commit310895f0606ebe1f88e20755f221c51cc66a63df (patch)
tree1e3c4727d39cc9dc889780511b7d7d365038ea63 /src/output/httpd_internal.h
parent4428894abaa4d40c443cabbf6c1eb467d6f55791 (diff)
rename 'Timer' to 'struct timer'
Diffstat (limited to 'src/output/httpd_internal.h')
-rw-r--r--src/output/httpd_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/output/httpd_internal.h b/src/output/httpd_internal.h
index 67396b66..3e6e9768 100644
--- a/src/output/httpd_internal.h
+++ b/src/output/httpd_internal.h
@@ -65,10 +65,10 @@ struct httpd_output {
GMutex *mutex;
/**
- * A #Timer object to synchronize this output with the
+ * A #timer object to synchronize this output with the
* wallclock.
*/
- Timer *timer;
+ struct timer *timer;
/**
* The listener socket.