diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-08-23 00:37:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-08-23 00:37:35 +0200 |
commit | 0c85a4f3efa2883c414ed8ff59aea263b85b7687 (patch) | |
tree | a033245a65239971a0b034f14a1a1bfd39bc2c92 /src/util.h | |
parent | c5f0532ff10abcf6808ff503fb10ca9f4df81efd (diff) |
cgroup: optionally mount a specific cgroup controllers together, and add cpu+cpuacct to the default
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h index b81edc8b2b..a6b700c82e 100644 --- a/src/util.h +++ b/src/util.h @@ -341,7 +341,7 @@ int fopen_temporary(const char *path, FILE **_f, char **_temp_path); ssize_t loop_read(int fd, void *buf, size_t nbytes, bool do_poll); ssize_t loop_write(int fd, const void *buf, size_t nbytes, bool do_poll); -int path_is_mount_point(const char *path); +int path_is_mount_point(const char *path, bool allow_symlink); bool is_device_path(const char *path); |