Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MSG_mailbox_create does not exist anymore.
authoragiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 12 Jan 2011 17:08:06 +0000 (17:08 +0000)
committeragiersch <agiersch@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 12 Jan 2011 17:08:06 +0000 (17:08 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9400 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/msg/datatypes.h
src/msg/mailbox.h

index fa9643c..fd06f2f 100644 (file)
@@ -108,7 +108,6 @@ typedef struct s_smx_rvpoint *msg_mailbox_t;
 /** @brief Mailbox datatype
     @ingroup m_datatypes_management_details @{ */
 
 /** @brief Mailbox datatype
     @ingroup m_datatypes_management_details @{ */
 
-msg_mailbox_t MSG_mailbox_create(const char *alias);
 void MSG_mailbox_free(void *mailbox);
 
 
 void MSG_mailbox_free(void *mailbox);
 
 
index f8053a5..aa1ab44 100644 (file)
@@ -27,19 +27,6 @@ SG_BEGIN_DECL()
 XBT_PUBLIC(msg_mailbox_t)
     MSG_mailbox_new(const char *alias);
 
 XBT_PUBLIC(msg_mailbox_t)
     MSG_mailbox_new(const char *alias);
 
-/*! \brief MSG_mailbox_create - create a new mailbox.
- *
- * The function MSG_mailbox_new creates a new mailbox identified by
- * the key specified by the parameter alias and add it in the global
- * dictionary but doesn't add it in the global dictionary. Typicaly,
- * this type of mailbox is associated with a channel.
- *
- * \param alias                The alias of the mailbox to create.
- *
- * \return             The newly created mailbox.
- */
-msg_mailbox_t MSG_mailbox_create(const char *alias);
-
 /* \brief MSG_mailbox_free - release a mailbox from the memory.
  *
  * The function MSG_mailbox_free release a mailbox from the memory but does
 /* \brief MSG_mailbox_free - release a mailbox from the memory.
  *
  * The function MSG_mailbox_free release a mailbox from the memory but does