Re: [devel] [PATCH 1 of 1] smfd: wait for node destination before command execution [#893]

2014-05-15 Thread Anders Widell
Ack with minor comment: there is no check for the return value from sleep(), so sleep time may be shortened if interrupted by a signal. Also, sleep() is an old function that according to man page may be implemented using SIGALRM, which means there is a risk of interference from other threads

[devel] [PATCH 1 of 1] smfd: wait for node destination before command execution [#893]

2014-05-12 Thread Ingvar Bergstrom
osaf/services/saf/smfsv/smfd/SmfUpgradeStep.cc | 58 +++-- osaf/services/saf/smfsv/smfd/SmfUpgradeStep.hh | 8 --- osaf/services/saf/smfsv/smfd/SmfUtils.cc | 18 osaf/services/saf/smfsv/smfd/SmfUtils.hh | 1 + 4 files changed, 26 insertions(+), 59