diff options
author | Jacob Erlbeck <jerlbeck@sysmocom.de> | 2015-11-02 10:50:50 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2015-11-02 15:39:31 +0100 |
commit | 34eec7da8dd91c2e812863601ca5f787d6589ecb (patch) | |
tree | 9d3ba3cbef32f8d23a05e0148f5d57d0b01d4f3e /src/bitvec.c | |
parent | fc9533d6c4bde795dc0e18f02f91f54ab92888a2 (diff) |
vty: Add reserved nodes to enum node_type
Currently every time a node is added to enum node_type, this
constitutes an ABI change, since _LAST_OSMOVTY_NODE will get
incremented accordingly. In this case, every project that adds new
node type based on that value will have to be recompiled.
This commit adds 4 spare node type values, which can be replaced
one-by-one by new real types until they are exhausted to avoid
this kind of ABI change.
Sponsored-by: On-Waves ehf
Diffstat (limited to 'src/bitvec.c')
0 files changed, 0 insertions, 0 deletions