Commit 55ea33ae authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Missing semicolon

parent df7a8657
...@@ -59,7 +59,7 @@ struct vwe { ...@@ -59,7 +59,7 @@ struct vwe {
pthread_t timer_thread; pthread_t timer_thread;
int epfd; int epfd;
waiter_handle_f *func waiter_handle_f *func;
VTAILQ_HEAD(,sess) sesshead; VTAILQ_HEAD(,sess) sesshead;
int pipes[2]; int pipes[2];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment