Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
vacation commit
[simgrid.git] / examples / msg / dht-kademlia / task.h
index a7cd143..cca5e29 100644 (file)
@@ -29,7 +29,9 @@ typedef struct s_task_data {
   answer_t answer;              //Answer to the request made, if needed.
   char *answer_to;              // mailbox to send the answer to (if not an answer).
   const char *issuer_host_name; // used for logging
-} s_task_data_t, *task_data_t;
+} s_task_data_t;
+
+typedef s_task_data_t *task_data_t;
 
 //Task handling functions
 msg_task_t task_new_find_node(unsigned int sender_id, unsigned int destination_id, char *mailbox, const char *hostname);