The default value is not 0 as the variable is an enum !
This commit was SVN r9081.
Этот коммит содержится в:
родитель
21749cb4c7
Коммит
6a80c75110
@ -35,7 +35,7 @@
|
||||
|
||||
static void orte_iof_base_endpoint_construct(orte_iof_base_endpoint_t* endpoint)
|
||||
{
|
||||
endpoint->ep_mode = 0;
|
||||
endpoint->ep_mode = ORTE_IOF_SOURCE; /* default value */
|
||||
endpoint->ep_seq = 0;
|
||||
endpoint->ep_ack = 0;
|
||||
endpoint->ep_fd = -1;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user