Skip to content
Success

Changes

Summary

  1. VTY: Initialize fields of struct cmd_element in order of declaration (details)
Commit 8d6294a0312dd7b4aac9f7eb98474a246e970ee6 by Andreas Eversberg
VTY: Initialize fields of struct cmd_element in order of declaration

gpp requires designated initialisers to be initialized in the order
their fields were declared. With this patch it is possible to include
VTY's command.h within C++ code.

Change-Id: Ifaa31980f149f9c1f1a9b28f318a4850f6855472
The file was modifiedinclude/osmocom/vty/command.h