Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Another try at cleaning up the function types
[simgrid.git] / src / gras / Msg / msg_private.h
index 54511b7..cb42167 100644 (file)
@@ -106,7 +106,7 @@ typedef struct s_gras_msg_cb_ctx s_gras_msg_cb_ctx_t;
 typedef struct {
   double expiry;
   double period;
-  void_f_void_t action;
+  void_f_void_t *action;
   int repeat;
 } s_gras_timer_t, *gras_timer_t;