Change in libosmocore[master]: vty/command: introduce new attribute CMD_ATTR_IMMEDIATE

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Tue Sep 29 06:11:53 UTC 2020


fixeria has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/20309 )

Change subject: vty/command: introduce new attribute CMD_ATTR_IMMEDIATE
......................................................................

vty/command: introduce new attribute CMD_ATTR_IMMEDIATE

This attribute indicates that a VTY command applies immediately.

Change-Id: Ia185dfd0c89214dc893af70736ff01dca3a7627e
Related: SYS#4937
---
M include/osmocom/vty/command.h
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  dexter: Looks good to me, approved; Verified
  pespin: Looks good to me, but someone else must approve



diff --git a/include/osmocom/vty/command.h b/include/osmocom/vty/command.h
index 47d2e5f..43ad3da 100644
--- a/include/osmocom/vty/command.h
+++ b/include/osmocom/vty/command.h
@@ -137,6 +137,7 @@
 enum {
 	CMD_ATTR_DEPRECATED	= (1 << 0),
 	CMD_ATTR_HIDDEN		= (1 << 1),
+	CMD_ATTR_IMMEDIATE	= (1 << 2),
 };
 
 /*! Structure of a command element */

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/20309
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ia185dfd0c89214dc893af70736ff01dca3a7627e
Gerrit-Change-Number: 20309
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200929/20459953/attachment.htm>


More information about the gerrit-log mailing list