]> rtime.felk.cvut.cz Git - frescor/fna.git/blobdiff - src_frescan/frescan_servers_replenishments.h
add group negotiations to frescan and change all the requests and messages to map...
[frescor/fna.git] / src_frescan / frescan_servers_replenishments.h
index abf2ddd62a49eb2e436cac3305d21b8f14a0654b..ecf2791a2a60ccc90dc3e36083affa112ffe0438 100644 (file)
@@ -70,9 +70,7 @@
 #ifndef _MARTE_FRESCAN_SERVERS_REPLENISHMENTS_H_
 #define _MARTE_FRESCAN_SERVERS_REPLENISHMENTS_H_
 
-#include <time.h>
-#include "frescan.h" // frescan_network_t
-#include "frescan_data.h"
+#include "frescan_types.h"
 
 /**
  * frescan_replenishments_init - init the replenishment structures and thread
@@ -97,10 +95,11 @@ extern int frescan_repl_op_free(frescan_repl_op_t *repl_op);
  *
  * @net: the network instance
  * @ss: the server
+ * @timestamp: timestamp
  */
 
 extern int frescan_replenishment_program(frescan_network_t net,
-                                         frescan_ss_t ss,
+                                         frescan_ss_t id,
                                          const struct timespec *timestamp);
 
 #endif // _MARTE_FRESCAN_SERVERS_REPLENISHMENTS_H_