ugni: move mca_btl_ugni_smsg_mbox_t back to btl_ugni_endpoint.h
This commit was SVN r25898.
Этот коммит содержится в:
родитель
0ccfd3e6db
Коммит
994127cb6b
@ -15,6 +15,13 @@
|
||||
|
||||
#include "btl_ugni.h"
|
||||
|
||||
typedef struct mca_btl_ugni_smsg_mbox_t {
|
||||
ompi_free_list_item_t super;
|
||||
gni_smsg_attr_t smsg_attrib;
|
||||
} mca_btl_ugni_smsg_mbox_t;
|
||||
|
||||
OBJ_CLASS_DECLARATION(mca_btl_ugni_smsg_mbox_t);
|
||||
|
||||
typedef struct mca_btl_base_endpoint_t {
|
||||
opal_object_t super;
|
||||
|
||||
|
@ -25,13 +25,6 @@ typedef enum {
|
||||
MCA_BTL_UGNI_TAG_GET_COMPLETE
|
||||
} mca_btl_ugni_smsg_tag_t;
|
||||
|
||||
typedef struct mca_btl_ugni_smsg_mbox_t {
|
||||
ompi_free_list_item_t super;
|
||||
gni_smsg_attr_t smsg_attrib;
|
||||
} mca_btl_ugni_smsg_mbox_t;
|
||||
|
||||
OBJ_CLASS_DECLARATION(mca_btl_ugni_smsg_mbox_t);
|
||||
|
||||
static inline int ompi_mca_btl_ugni_smsg_send (mca_btl_ugni_base_frag_t *frag,
|
||||
const bool ignore_local_comp,
|
||||
void *hdr, size_t hdr_len,
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user