diff options
author | Thomas Graf <tgraf@suug.ch> | 2010-11-17 10:55:42 (GMT) |
---|---|---|
committer | Thomas Graf <tgraf@suug.ch> | 2010-11-17 10:55:42 (GMT) |
commit | 10424b20c1f29175fce07d0bf7639f2cc324ad78 (patch) | |
tree | 6e87adbac88895480837a84ef197919e89c8e605 /include/netlink | |
parent | 3a9562001c91a8b876b8ff8e26bafc9f86fbad23 (diff) | |
download | libnl-10424b20c1f29175fce07d0bf7639f2cc324ad78.zip libnl-10424b20c1f29175fce07d0bf7639f2cc324ad78.tar.gz libnl-10424b20c1f29175fce07d0bf7639f2cc324ad78.tar.bz2 |
Rename nl_get_hz() to nl_get_user_hz() to indicate it's not the in-kernel HZ value
Diffstat (limited to 'include/netlink')
-rw-r--r-- | include/netlink/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netlink/utils.h b/include/netlink/utils.h index 480bab6..9f38f21 100644 --- a/include/netlink/utils.h +++ b/include/netlink/utils.h @@ -48,7 +48,7 @@ extern long nl_size2int(const char *); extern long nl_prob2int(const char *); /* time translations */ -extern int nl_get_hz(void); +extern int nl_get_user_hz(void); extern uint32_t nl_us2ticks(uint32_t); extern uint32_t nl_ticks2us(uint32_t); extern int nl_str2msec(const char *, uint64_t *); |