Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added round trip time contraint to the SDP program, this parameter
[simgrid.git] / src / gras / Transport / transport_interface.h
index 0cad561..b606cf7 100644 (file)
 
 #include "portable.h" /* sometimes needed for fd_set */
 
+/***
+ *** Options
+ ***/
+extern int gras_opt_trp_nomoredata_on_close;
+
 /***
  *** Main user functions
  ***/
@@ -102,4 +107,7 @@ typedef struct {
    
 } s_gras_trp_procdata_t,*gras_trp_procdata_t;
 
+/* Display the content of our socket set (debugging purpose) */
+void gras_trp_socketset_dump(const char *name);
+
 #endif /* GRAS_TRP_INTERFACE_H */