mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-22 01:50:32 +01:00
cloud-setup: fix nmcs_utils_poll argument ordering
the order of the arguments in the header and C file did not match Fixes:69f048bf0c('cloud-setup: add tool for automatic IP configuration in cloud') https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/574 (cherry picked from commit16abfca78a) (cherry picked from commit2fba8a3ece) (cherry picked from commitfd6606c525)
This commit is contained in:
parent
8181674bab
commit
853f5ea79e
1 changed files with 1 additions and 1 deletions
|
|
@ -388,8 +388,8 @@ _poll_cancelled_cb (GObject *object, gpointer user_data)
|
|||
*/
|
||||
void
|
||||
nmcs_utils_poll (int poll_timeout_ms,
|
||||
int sleep_timeout_ms,
|
||||
int ratelimit_timeout_ms,
|
||||
int sleep_timeout_ms,
|
||||
NMCSUtilsPollProbeStartFcn probe_start_fcn,
|
||||
NMCSUtilsPollProbeFinishFcn probe_finish_fcn,
|
||||
gpointer probe_user_data,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue