summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5126b04)
raw | patch | inline | side by side (parent: 5126b04)
author | Florian Forster <octo@collectd.org> | |
Thu, 18 May 2017 08:05:42 +0000 (10:05 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Thu, 18 May 2017 08:05:42 +0000 (10:05 +0200) |
src/chrony.c | patch | blob | history |
diff --git a/src/chrony.c b/src/chrony.c
index 988fc3baafc390b98ed03f61fb08aa0a00bb7018..a5e85a8a84b1a42e2a2eff7384027c397c3c9fb0 100644 (file)
--- a/src/chrony.c
+++ b/src/chrony.c
ntohs(chrony_resp.body.source_data.f_reachability));
chrony_push_data_valid("clock_last_meas", src_addr, is_reachable,
ntohl(chrony_resp.body.source_data.f_since_sample));
- chrony_push_data_valid("time_offset", src_addr, is_reachable,
- ntohf(chrony_resp.body.source_data.f_origin_latest_meas));
+ chrony_push_data_valid(
+ "time_offset", src_addr, is_reachable,
+ ntohf(chrony_resp.body.source_data.f_origin_latest_meas));
return CHRONY_RC_OK;
}