]> 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 c9f6806bf05df792aa7b21de57a52a2121ea1ce4..c288e0ac4ea5de0229d395e2736ca93907d0df88 100644 (file)
 #ifndef _UCW_FB_SOCKET_H
 #define _UCW_FB_SOCKET_H
 
-#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;
   uns bufsize;
   uns timeout_ms;
   void (*err)(void *data, uns flags, char *msg);