connection: switch to absolute timeouts (API break)
authorDaniel Mack <daniel@zonque.org>
Tue, 21 Oct 2014 18:23:07 +0000 (20:23 +0200)
committerDaniel Mack <daniel@zonque.org>
Tue, 21 Oct 2014 20:13:25 +0000 (22:13 +0200)
commit440b16c51cd16f218cde9eb691b27b4e9dcc4530
tree06c5a3bad5392565fa5d867b847bf3289700efc5
parent423000bd36fabbd0dce416363cbead354f00f5ed
connection: switch to absolute timeouts (API break)

Make the timeouts in struct kdbus_msg.timeout_ns absolute.

This is necessary in order to support blocking sync calls with
SA_RESTART behavior.

Signed-off-by: Daniel Mack <daniel@zonque.org>
connection.c
kdbus.h
kdbus.txt
test/kdbus-util.c