]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
top(8): use designated initializers for sorted_state[]
authorKonstantin Belousov <kib@FreeBSD.org>
Mon, 19 Jun 2023 13:52:05 +0000 (16:52 +0300)
committerKonstantin Belousov <kib@FreeBSD.org>
Wed, 21 Jun 2023 05:36:45 +0000 (08:36 +0300)
commitbc2ac2585aa89c110861972aeb243719ea5012b8
tree736d44deaca35b08444cd37b6d8aad45f855af10
parent5c6393451f58c4e6c92410ae66e28c899bfacdb9
top(8): use designated initializers for sorted_state[]

Also correct comments for individual state, duplicating the S* constants
descriptions from sys/proc.h [*].

Reviewed by: kevans (previous version)
Noted by: Mark Millard <marklmi@yahoo.com> [*]
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D40607
usr.bin/top/machine.c