diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-04-26 15:52:54 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-04-26 15:52:54 +0000 |
commit | 1bfba3b0be32306b078f5ee527b864e758b2c77b (patch) | |
tree | 155db6f3c01becd24d422a2e55582e222ad6a89e /src/shutdown/hpr_shutdown.c | |
parent | 9e6d0f168bf59df9cd829d6ebe63fb08ea9ae01e (diff) | |
download | s6-linux-init-1bfba3b0be32306b078f5ee527b864e758b2c77b.tar.xz |
Make a single hpr. Full doc, first draft.
Diffstat (limited to 'src/shutdown/hpr_shutdown.c')
-rw-r--r-- | src/shutdown/hpr_shutdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shutdown/hpr_shutdown.c b/src/shutdown/hpr_shutdown.c index 9c9ff51..3ede92d 100644 --- a/src/shutdown/hpr_shutdown.c +++ b/src/shutdown/hpr_shutdown.c @@ -9,7 +9,7 @@ int hpr_shutdown (unsigned int what, tain_t const *when, unsigned int grace) { - char pack[5 + TAIN_PACK] = { " hpr"[what] } ; + char pack[5 + TAIN_PACK] = { "Shpr"[what] } ; tain_pack(pack+1, when) ; uint32_pack_big(pack + 1 + TAIN_PACK, (uint32_t)grace) ; return hpr_send(pack, 5 + TAIN_PACK) ; |