Re: [devel] [PATCH 1/1] imm: include CLM in poll before CLM handle is initialized [#2544]

2017-08-15 Thread A V Mahesh
Hi Zoran, ACK, not tested. -AVM On 8/7/2017 8:33 PM, Zoran Milinkovic wrote: CLM selection object is initially set to -1. Included CLM selection object in poll will be ignored until CLM selection object is created and set to fds[FD_CLM]. --- src/imm/immnd/immnd_main.c | 4 +--- 1 file

Re: [devel] [PATCH 1/1] imm: include CLM in poll before CLM handle is initialized [#2544]

2017-08-10 Thread Hung Nguyen
...@oracle.com Cc: Opensaf-devel opensaf-devel@lists.sourceforge.net Subject: [devel] [PATCH 1/1] imm: include CLM in poll before CLM handle is initialized [#2544] CLM selection object is initially set to -1. Included CLM selection object in poll will be ignored until CLM selection object

[devel] [PATCH 1/1] imm: include CLM in poll before CLM handle is initialized [#2544]

2017-08-07 Thread Zoran Milinkovic
CLM selection object is initially set to -1. Included CLM selection object in poll will be ignored until CLM selection object is created and set to fds[FD_CLM]. --- src/imm/immnd/immnd_main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/imm/immnd/immnd_main.c