• Nils Goroll's avatar
    tabularize parameters to be passed to vcc · 430bbce9
    Nils Goroll authored
    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.
    430bbce9
Name
Last commit
Last update
..
Makefile.am Loading commit data...
flint.lnt Loading commit data...
flint.sh Loading commit data...
generate.py Loading commit data...
vcc_acl.c Loading commit data...
vcc_action.c Loading commit data...
vcc_backend.c Loading commit data...
vcc_backend_util.c Loading commit data...
vcc_compile.c Loading commit data...
vcc_compile.h Loading commit data...
vcc_expr.c Loading commit data...
vcc_parse.c Loading commit data...
vcc_storage.c Loading commit data...
vcc_symb.c Loading commit data...
vcc_token.c Loading commit data...
vcc_types.c Loading commit data...
vcc_utils.c Loading commit data...
vcc_var.c Loading commit data...
vcc_vmod.c Loading commit data...
vcc_xref.c Loading commit data...
vmodtool.py Loading commit data...
vsctool.py Loading commit data...