summaryrefslogtreecommitdiff
path: root/src/core/socket.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-02-13 10:50:13 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-02-15 13:04:12 +0100
commitf2f725e5cc950e84ebfd09bd64bc01c0ebdb6734 (patch)
tree80ef98e352c8618a4f78668499701e86b8880e52 /src/core/socket.h
parent94e91c8319fa207bcfed29a695e95a699e84235e (diff)
downloadsystemd-f2f725e5cc950e84ebfd09bd64bc01c0ebdb6734.tar.gz
pid1: rename unit_check_gc to unit_may_gc
"check" is unclear: what is true, what is false? Let's rename to "can_gc" and revert the return value ("positive" values are easier to grok). v2: - rename from unit_can_gc to unit_may_gc
Diffstat (limited to 'src/core/socket.h')
-rw-r--r--src/core/socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/socket.h b/src/core/socket.h
index 9c528fb39c..84ec9cff08 100644
--- a/src/core/socket.h
+++ b/src/core/socket.h
@@ -104,8 +104,8 @@ struct Socket {
DynamicCreds dynamic_creds;
/* For Accept=no sockets refers to the one service we'll
- activate. For Accept=yes sockets is either NULL, or filled
- when the next service we spawn. */
+ * activate. For Accept=yes sockets is either NULL, or filled
+ * to refer to the next service we spawn. */
UnitRef service;
SocketState state, deserialized_state;