]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/fb-socket.h
Mapping of whole files: Converted to size_t.
[libucw.git] / ucw / fb-socket.h
index 033797a1bb29870a475923145719afd0ea46bc8f..c288e0ac4ea5de0229d395e2736ca93907d0df88 100644 (file)
 
 #include <ucw/fastbuf.h>
 
 
 #include <ucw/fastbuf.h>
 
+#ifdef CONFIG_UCW_CLEAN_ABI
+#define fbsock_create ucw_fbsock_create
+#endif
+
 struct fbsock_params { /** Configuration of socket fastbuf. **/
   int fd;
   int fd_is_shared;
 struct fbsock_params { /** Configuration of socket fastbuf. **/
   int fd;
   int fd_is_shared;