Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
size shouldn't be accessible from the user API.
authorsuter <frederic.suter@cc.in2p3.fr>
Tue, 18 Jun 2013 10:53:14 +0000 (12:53 +0200)
committersuter <frederic.suter@cc.in2p3.fr>
Tue, 18 Jun 2013 10:53:14 +0000 (12:53 +0200)
include/msg/datatypes.h

index 2661276..c79248f 100644 (file)
@@ -104,7 +104,6 @@ typedef struct simdata_file *simdata_file_t;
 
 typedef struct msg_file {
   char *name;                   /**< @brief file name */
-  size_t size;
   simdata_file_t simdata;                /**< @brief simulator data  */
   void *data;                   /**< @brief user data */
 } s_msg_file_t;