Jeff Pohlmeyer pointed out this stupid variable type error
authorDaniel Stenberg <daniel@haxx.se>
Mon, 7 Aug 2006 16:54:50 +0000 (16:54 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 7 Aug 2006 16:54:50 +0000 (16:54 +0000)
hiper/hipev.c

index 936dfee..c46e8ab 100644 (file)
@@ -74,7 +74,7 @@ struct fdinfo {
   long timeout; /* as set by libcurl */
   struct event ev; /* */
   int evset; /* true if the 'ev' struct has been used in a event_set() call */
-  CURLMcode *multi; /* pointer to the multi handle */
+  CURLM *multi; /* pointer to the multi handle */
   int *running_handles; /* pointer to the running_handles counter */
 };