cleanup
This commit was SVN r8093.
Этот коммит содержится в:
родитель
d62ea1835d
Коммит
985c2ca943
@ -21,7 +21,6 @@
|
||||
#include <unistd.h>
|
||||
#include "ompi/include/constants.h"
|
||||
#include "opal/event/event.h"
|
||||
#include "opal/include/sys/timer.h"
|
||||
#include "opal/util/if.h"
|
||||
#include "opal/util/argv.h"
|
||||
#include "opal/util/output.h"
|
||||
|
@ -162,7 +162,6 @@ static void mca_btl_mvapi_endpoint_construct(mca_btl_base_endpoint_t* endpoint)
|
||||
OBJ_CONSTRUCT(&endpoint->pending_send_frags, opal_list_t);
|
||||
OBJ_CONSTRUCT(&endpoint->pending_frags_hp, opal_list_t);
|
||||
OBJ_CONSTRUCT(&endpoint->pending_frags_lp, opal_list_t);
|
||||
OBJ_CONSTRUCT(&endpoint->pending_frags_get, opal_list_t);
|
||||
|
||||
endpoint->rd_posted_hp = 0;
|
||||
endpoint->rd_posted_lp = 0;
|
||||
@ -194,7 +193,6 @@ static void mca_btl_mvapi_endpoint_destruct(mca_btl_base_endpoint_t* endpoint)
|
||||
OBJ_DESTRUCT(&endpoint->pending_send_frags);
|
||||
OBJ_DESTRUCT(&endpoint->pending_frags_hp);
|
||||
OBJ_DESTRUCT(&endpoint->pending_frags_lp);
|
||||
OBJ_DESTRUCT(&endpoint->pending_frags_get);
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -125,7 +125,6 @@ struct mca_btl_base_endpoint_t {
|
||||
|
||||
opal_list_t pending_frags_hp; /**< list of pending high priority frags */
|
||||
opal_list_t pending_frags_lp; /**< list of pending low priority frags */
|
||||
opal_list_t pending_frags_get; /**< list of pending get operations */
|
||||
|
||||
mca_btl_mvapi_rem_info_t rem_info;
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user