diff options
author | Tom Gundersen <teg@jklm.no> | 2013-11-11 18:55:34 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-11-13 19:48:44 +0100 |
commit | fe4824e065765f4536c84916694bb050c4a5d0af (patch) | |
tree | 5ad97e681bb0b09027902b61b6135c0846eaea69 /src/libsystemd-rtnl/sd-rtnl.c | |
parent | 38fdcbedd18e48f32a7ddcf99c7b97424a73b413 (diff) |
rtnl: rename rtnl_bus_send_with_reply_and_block() to rtnl_bus_call()
Follow the equivalent rename in sd-bus to stay as similar as possible.
Diffstat (limited to 'src/libsystemd-rtnl/sd-rtnl.c')
-rw-r--r-- | src/libsystemd-rtnl/sd-rtnl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-rtnl/sd-rtnl.c b/src/libsystemd-rtnl/sd-rtnl.c index 8ea11df808..eb3b01b725 100644 --- a/src/libsystemd-rtnl/sd-rtnl.c +++ b/src/libsystemd-rtnl/sd-rtnl.c @@ -107,7 +107,7 @@ sd_rtnl *sd_rtnl_unref(sd_rtnl *rtnl) { return NULL; } -int sd_rtnl_send_with_reply_and_block(sd_rtnl *nl, +int sd_rtnl_call(sd_rtnl *nl, sd_rtnl_message *message, uint64_t usec, sd_rtnl_message **ret) { |