Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
API change fix: please define MSG_USE_DEPRECATED to get the broken MSG_mailbox_put_wi...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 16 Sep 2009 20:38:04 +0000 (20:38 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 16 Sep 2009 20:38:04 +0000 (20:38 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6666 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/msg/msg.h

index d6df066..78dc604 100644 (file)
@@ -201,5 +201,11 @@ XBT_PUBLIC(void) MSG_action_unregister(const char *action_name);
      MSG_error_t MSG_action_trace_run(char *path);
 
 
+#ifdef MSG_USE_DEPRECATED
+#define MSG_mailbox_put_with_time_out(mailbox, task, timeout) \
+        MSG_mailbox_put_with_timeout(mailbox, task, timeout)
+
+#endif
+
 SG_END_DECL()
 #endif