Whamcloud - gitweb
- landing of b_fid after merge with b_hd_cleanup_merge.
[fs/lustre-release.git] / lustre / portals / utils / portals.c
index 1bde59f..0e109cb 100644 (file)
 #include <endian.h>
 
 #ifdef __CYGWIN__
-
 #include <netinet/in.h>
-
-#endif /* __CYGWIN__ */
+#endif
  
 #include <portals/api-support.h>
 #include <portals/ptlctl.h>
@@ -54,12 +52,7 @@ unsigned int portal_printk;
 
 static unsigned int g_nal = 0;
 
-static int g_socket_txmem = 0;
-static int g_socket_rxmem = 0;
-static int g_socket_nonagle = 1;
-
-typedef struct
-{
+typedef struct {
         char *name;
         int   num;
 } name2num_t;