]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/fb-socket.h
Tests: xtypes-test sets an explicit timezone
[libucw.git] / ucw / fb-socket.h
index c288e0ac4ea5de0229d395e2736ca93907d0df88..87b5c622668dab3c13803f0edf808e812d0597d2 100644 (file)
@@ -19,9 +19,9 @@
 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);
+  uint bufsize;
+  uint timeout_ms;
+  void (*err)(void *data, uint flags, char *msg);
   void *data;                  // Passed to the err callback
 };