]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/fb-pool.c
Opt: OPT_MULTIPLE implemented, no tests yet but seems working
[libucw.git] / ucw / fb-pool.c
index 17a9c6dc5ed7de6a96150ebd3a2cce830bff2e87..e8628dcd9e09bd9c9efd6e4ca09b9fe1b230fc85 100644 (file)
@@ -7,14 +7,14 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/mempool.h"
-#include "ucw/fastbuf.h"
+#include <ucw/lib.h>
+#include <ucw/mempool.h>
+#include <ucw/fastbuf.h>
 
 #include <stdio.h>
 #include <stdlib.h>
 
-#define FB_POOL(f) ((struct fbpool *)(f)->is_fastbuf)
+#define FB_POOL(f) ((struct fbpool *)(f))
 
 static void
 fbpool_spout(struct fastbuf *b)