diff options
-rw-r--r-- | src/input/CurlInputPlugin.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/input/CurlInputPlugin.cxx b/src/input/CurlInputPlugin.cxx index c4f9ef0d6..f1bd6c134 100644 --- a/src/input/CurlInputPlugin.cxx +++ b/src/input/CurlInputPlugin.cxx @@ -96,9 +96,6 @@ struct input_curl { /** the source id of #source */ guint source_id; - /** a linked list of all registered GPollFD objects */ - GSList *fds; - /** list of buffers, where input_curl_writefunction() appends to, and input_curl_read() reads from them */ GQueue *buffers; @@ -153,6 +150,7 @@ static struct { */ guint source_id; + /** a linked list of all registered GPollFD objects */ GSList *fds; /** |