tabularize parameters to be passed to vcc
Parameters are passed to vcc via specific setter functions, presumably to avoid binary compability issues between the main program (here: vanishd) and a library (here: libvcc). This commit does not change that interface in any way, but generates both sides from a common table include to avoid having to edit five spots in four different source files and write trivial setter functions for a simple mgt_vcc parameter change.
Showing
include/tbl/mgt_vcc.h
0 → 100644
Please register or sign in to comment