diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-06 10:38:39 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-06 10:38:39 +0000 |
commit | bddc3f0f393d6211bed0fb9c696b40264e27a000 (patch) | |
tree | 0e9d177a7e7f2c48121642e67805abb36f9c75a6 /src/rpc/skabus-rpcc.c | |
parent | b86a593c9d29d4ed6fb6f0cc6d45bc77b7f4f500 (diff) | |
download | skabus-bddc3f0f393d6211bed0fb9c696b40264e27a000.tar.xz |
Adapt to new stopwatch API
Diffstat (limited to 'src/rpc/skabus-rpcc.c')
-rw-r--r-- | src/rpc/skabus-rpcc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rpc/skabus-rpcc.c b/src/rpc/skabus-rpcc.c index 1d48412..523c490 100644 --- a/src/rpc/skabus-rpcc.c +++ b/src/rpc/skabus-rpcc.c @@ -519,8 +519,7 @@ int main (int argc, char const *const *argv, char const *const *envp) if (selfpipe_trapset(&set) < 0) strerr_diefu1sys(111, "trap signals") ; } - tain_now_set_stopwatch() ; - tain_now_g() ; + tain_now_set_stopwatch_g() ; tain_add_g(&deadline, &answertto) ; { |