pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/39939?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: vty: cpu_sched_vty.c: remove tdef references ......................................................................
vty: cpu_sched_vty.c: remove tdef references
Change-Id: Ic2f3a7553ffbb964036e81f0f7c67ad2e0c34b20 --- M src/vty/cpu_sched_vty.c 1 file changed, 1 insertion(+), 3 deletions(-)
Approvals: fixeria: Looks good to me, approved Jenkins Builder: Verified osmith: Looks good to me, approved
diff --git a/src/vty/cpu_sched_vty.c b/src/vty/cpu_sched_vty.c index 60fe930..4f3eeb1 100644 --- a/src/vty/cpu_sched_vty.c +++ b/src/vty/cpu_sched_vty.c @@ -45,12 +45,10 @@
#include <osmocom/vty/vty.h> #include <osmocom/vty/command.h> -#include <osmocom/vty/tdef_vty.h> -#include <osmocom/core/tdef.h> #include <osmocom/core/fsm.h> #include <osmocom/core/linuxlist.h>
-/*! \addtogroup Tdef_VTY +/*! \addtogroup cpu_sched_vty * * CPU Scheduling related VTY API. *