summaryrefslogtreecommitdiff
path: root/server-tools/instance-manager/priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'server-tools/instance-manager/priv.h')
-rw-r--r--server-tools/instance-manager/priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server-tools/instance-manager/priv.h b/server-tools/instance-manager/priv.h
index 0b393c17ac2..33be81bc3eb 100644
--- a/server-tools/instance-manager/priv.h
+++ b/server-tools/instance-manager/priv.h
@@ -109,4 +109,6 @@ extern unsigned long open_files_limit;
int set_stacksize_n_create_thread(pthread_t *thread, pthread_attr_t *attr,
void *(*start_routine)(void *), void *arg);
+int create_pid_file(const char *pid_file_name, int pid);
+
#endif // INCLUDES_MYSQL_INSTANCE_MANAGER_PRIV_H