]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/fb-socket.h
Changed default configuration to include LibUCW and utils only
[libucw.git] / ucw / fb-socket.h
index c9f6806bf05df792aa7b21de57a52a2121ea1ce4..033797a1bb29870a475923145719afd0ea46bc8f 100644 (file)
 #ifndef _UCW_FB_SOCKET_H
 #define _UCW_FB_SOCKET_H
 
-#include "ucw/fastbuf.h"
+#include <ucw/fastbuf.h>
 
 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);