summaryrefslogtreecommitdiff
path: root/include/rpcd/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rpcd/exec.h')
-rw-r--r--include/rpcd/exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpcd/exec.h b/include/rpcd/exec.h
index 01981fe..928f5ed 100644
--- a/include/rpcd/exec.h
+++ b/include/rpcd/exec.h
@@ -50,7 +50,7 @@
ustream_fd_init(&us, fd); \
} while(0)
-extern int exec_timeout;
+extern int rpc_exec_timeout;
typedef int (*rpc_exec_write_cb_t)(struct ustream *, void *);
typedef int (*rpc_exec_read_cb_t)(struct blob_buf *, char *, int, void *);