From ccd7c0af75da808ce284a8fb321ce4571bd250af Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 28 Nov 2018 12:07:58 +0100 Subject: treewide: rename exec_timeout to rpc_exec_timeout Rename the extern int to denote a global symbol. Signed-off-by: Jo-Philipp Wich --- exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exec.c') diff --git a/exec.c b/exec.c index 146e62b..eb52966 100644 --- a/exec.c +++ b/exec.c @@ -350,7 +350,7 @@ rpc_exec(const char **args, rpc_exec_write_cb_t in, uloop_process_add(&c->process); c->timeout.cb = rpc_exec_timeout_cb; - uloop_timeout_set(&c->timeout, exec_timeout); + uloop_timeout_set(&c->timeout, rpc_exec_timeout); if (c->stdin_cb) { -- cgit v1.2.1