• Dridi Boukelmoune's avatar
    param: Introduce the notion of simple parameters · 087329a5
    Dridi Boukelmoune authored
    The simple parameters are those that successfully migrated to params.h
    because they were trivial to declare in a way that could be used in all
    the places where they are needed.
    
    The PARAM() macro is now changed so that the outstanding `type` argument
    is separated from arguments matching struct parspec fields. To minimize
    disruption the new PARAM_SIMPLE() macro takes parameters in the order of
    the previous PARAM() definition.
    
    Refs #3250
    087329a5
Name
Last commit
Last update
..
mgt.h Loading commit data...
mgt_acceptor.c Loading commit data...
mgt_child.c Loading commit data...
mgt_cli.c Loading commit data...
mgt_jail.c Loading commit data...
mgt_jail_solaris.c Loading commit data...
mgt_jail_solaris_tbl.h Loading commit data...
mgt_jail_unix.c Loading commit data...
mgt_main.c Loading commit data...
mgt_param.c Loading commit data...
mgt_param.h Loading commit data...
mgt_param_bits.c Loading commit data...
mgt_param_tbl.c Loading commit data...
mgt_param_tcp.c Loading commit data...
mgt_param_tweak.c Loading commit data...
mgt_pool.c Loading commit data...
mgt_shmem.c Loading commit data...
mgt_symtab.c Loading commit data...
mgt_util.c Loading commit data...
mgt_vcc.c Loading commit data...
mgt_vcl.c Loading commit data...
mgt_vcl.h Loading commit data...