summaryrefslogtreecommitdiff
path: root/src/NetworkManagerUtils.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-06-30 12:45:13 +0200
committerThomas Haller <thaller@redhat.com>2015-06-30 14:19:30 +0200
commit7dc65df0209bfac263f801c5fbffd0037a7fc667 (patch)
tree6d87b5428b47ee08bf18f92c5afd6375095d4967 /src/NetworkManagerUtils.h
parent69c98a336e32935d1032160c1ab2f8ea597a8342 (diff)
downloadNetworkManager-7dc65df0209bfac263f801c5fbffd0037a7fc667.tar.gz
core: add @max_wait_msec argument to nm_utils_kill_process_sync()
Diffstat (limited to 'src/NetworkManagerUtils.h')
-rw-r--r--src/NetworkManagerUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NetworkManagerUtils.h b/src/NetworkManagerUtils.h
index ae91baf0d0..fef5d64cfb 100644
--- a/src/NetworkManagerUtils.h
+++ b/src/NetworkManagerUtils.h
@@ -73,7 +73,7 @@ guint64 nm_utils_get_start_time_for_pid (pid_t pid, char *out_state);
void nm_utils_kill_process_sync (pid_t pid, guint64 start_time, int sig, guint64 log_domain,
const char *log_name, guint32 wait_before_kill_msec,
- guint32 sleep_duration_msec);
+ guint32 sleep_duration_msec, guint32 max_wait_msec);
typedef void (*NMUtilsKillChildAsyncCb) (pid_t pid, gboolean success, int child_status, void *user_data);
void nm_utils_kill_child_async (pid_t pid, int sig, guint64 log_domain, const char *log_name,