summaryrefslogtreecommitdiffstats
path: root/compat.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2023-04-03 08:50:49 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2023-04-03 08:54:06 +0100
commitb9524f5b72d16bd634fc47ad1a4a9d3240bd4370 (patch)
tree3ba1c13ceb700287d649b6caeb20fc2fe63be977 /compat.h
parent22eb0334c325245e7a49610f91c7842cb6408f4d (diff)
Add support for spawning panes in separate cgroups with systemd and a configure
flag to disable. From Eric T Johnson yut23 AT gvljohnsons DOT com in GitHub issue 3514.
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compat.h b/compat.h
index aefc0d38..cabdf3ad 100644
--- a/compat.h
+++ b/compat.h
@@ -425,6 +425,7 @@ void *recallocarray(void *, size_t, size_t, size_t);
/* systemd.c */
int systemd_activated(void);
int systemd_create_socket(int, char **);
+int systemd_move_pid_to_new_cgroup(pid_t, char **);
#endif
#ifdef HAVE_UTF8PROC