Replace time(NULL) with monotonic clock usage 82/200882/3
authorTomasz Swierczek <t.swierczek@samsung.com>
Tue, 5 Mar 2019 09:34:36 +0000 (10:34 +0100)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Mon, 11 Mar 2019 16:59:23 +0000 (16:59 +0000)
commitd74a543e9cb68e8190c5a1668f17c05a1e9d5a60
treec6e3d18565741fc28ba05d30b13a487632262fae
parent7ffc7a5d71e9b5ae40cba2f4677b26cd545a2b27
Replace time(NULL) with monotonic clock usage

Calculating timeout for socket connections should
use monotonic clock.

Change-Id: If9c3d573b70d1faa1cf46b9215048a5853abbaaa
src/manager/main/socket-manager.cpp