From: Zbigniew Jędrzejewski-Szmek Date: Thu, 30 Apr 2020 11:59:33 +0000 (+0200) Subject: shared/verbs: add a modicum of documentation X-Git-Tag: v246-rc1~439^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8b065e0561e0180d34ddae580ec1b17929d78e7;p=thirdparty%2Fsystemd.git shared/verbs: add a modicum of documentation --- diff --git a/src/shared/verbs.h b/src/shared/verbs.h index c5fe6cc7c58..fd35a2e0ddd 100644 --- a/src/shared/verbs.h +++ b/src/shared/verbs.h @@ -6,8 +6,8 @@ #define VERB_ANY ((unsigned) -1) typedef enum VerbFlags { - VERB_DEFAULT = 1 << 0, - VERB_ONLINE_ONLY = 1 << 1, + VERB_DEFAULT = 1 << 0, /* The verb to run if no verb is specified */ + VERB_ONLINE_ONLY = 1 << 1, /* Just do nothing when running in chroot or offline */ } VerbFlags; typedef struct {