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.orgfixeria has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/09/20309/1
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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200928/7cf794a8/attachment.htm>