treewide: rename exec_timeout to rpc_exec_timeout
[project/rpcd.git] / include / rpcd / exec.h
index 01981fe34e5d389b1e5591930f7bdb865905ca04..928f5edbd44e9c5caecaf6dd1c516f744050e17c 100644 (file)
@@ -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 *);