These 2 ORTE_DECLSPEC are not required.
This commit was SVN r13825.
Этот коммит содержится в:
родитель
d8a369936e
Коммит
4bab882d17
@ -46,10 +46,10 @@ static void orte_pls_daemon_info_destructor(orte_pls_daemon_info_t* ptr)
|
|||||||
if (NULL != ptr->nodename) free(ptr->nodename);
|
if (NULL != ptr->nodename) free(ptr->nodename);
|
||||||
if (NULL != ptr->name) free(ptr->name);
|
if (NULL != ptr->name) free(ptr->name);
|
||||||
}
|
}
|
||||||
ORTE_DECLSPEC OBJ_CLASS_INSTANCE(orte_pls_daemon_info_t, /* type name */
|
OBJ_CLASS_INSTANCE(orte_pls_daemon_info_t, /* type name */
|
||||||
opal_list_item_t, /* parent "class" name */
|
opal_list_item_t, /* parent "class" name */
|
||||||
orte_pls_daemon_info_construct, /* constructor */
|
orte_pls_daemon_info_construct, /* constructor */
|
||||||
orte_pls_daemon_info_destructor); /* destructor */
|
orte_pls_daemon_info_destructor); /* destructor */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Store the active daemons for a job
|
* Store the active daemons for a job
|
||||||
|
@ -61,7 +61,7 @@ typedef uint8_t orte_pls_cmd_flag_t;
|
|||||||
/*
|
/*
|
||||||
* object for daemon information
|
* object for daemon information
|
||||||
*/
|
*/
|
||||||
ORTE_DECLSPEC typedef struct orte_pls_daemon_info_t {
|
typedef struct orte_pls_daemon_info_t {
|
||||||
opal_list_item_t super;
|
opal_list_item_t super;
|
||||||
orte_cellid_t cell;
|
orte_cellid_t cell;
|
||||||
char *nodename;
|
char *nodename;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user