summaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/vty.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-25 17:34:56 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-26 15:00:52 +0800
commit8f09f01380dc6c798782fc06bf51e90bd5f7cf40 (patch)
treee722ad668713dfd0b21397c4c12840d460aec82a /include/osmocom/vty/vty.h
parent50cfb780d229919fbe6b49fde627becdd3cd3d97 (diff)
vty: Add a new callback to let code decide if it is a config node or not
Diffstat (limited to 'include/osmocom/vty/vty.h')
-rw-r--r--include/osmocom/vty/vty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/vty/vty.h b/include/osmocom/vty/vty.h
index e7399ba1..71b6be0b 100644
--- a/include/osmocom/vty/vty.h
+++ b/include/osmocom/vty/vty.h
@@ -133,6 +133,7 @@ struct vty_app_info {
const char *copyright;
void *tall_ctx;
enum node_type (*go_parent_cb)(struct vty *vty);
+ int (*is_config_node)(struct vty *vty, int node);
};
/* Prototypes. */