Commit 5e4377cc authored by Nils Goroll's avatar Nils Goroll

leave some comments pointing to the right locations

Maybe it's just my brain that is incapable of considering the
fact that a bit of macro-fillin may in fact be #if 0 - disabled
here, so this should hopefully help me (and others?) to not
spend more life time than absolutely necessary on feeling stupid.
parent ca8bd536
...@@ -339,6 +339,8 @@ PARAM( ...@@ -339,6 +339,8 @@ PARAM(
) )
#if 0 #if 0
/* actual location mgt_param_bits.c*/
/* see tbl/debug_bits.h */
PARAM( PARAM(
/* name */ debug, /* name */ debug,
/* typ */ debug, /* typ */ debug,
...@@ -417,6 +419,8 @@ PARAM( ...@@ -417,6 +419,8 @@ PARAM(
) )
#if 0 #if 0
/* actual location mgt_param_bits.c*/
/* See tbl/feature_bits.h */
PARAM( PARAM(
/* name */ feature, /* name */ feature,
/* typ */ feature, /* typ */ feature,
...@@ -753,6 +757,7 @@ PARAM( ...@@ -753,6 +757,7 @@ PARAM(
) )
#if 0 #if 0
/* actual location mgt_param_tbl.c */
PARAM( PARAM(
/* name */ pcre_match_limit, /* name */ pcre_match_limit,
/* typ */ uint, /* typ */ uint,
...@@ -768,6 +773,7 @@ PARAM( ...@@ -768,6 +773,7 @@ PARAM(
/* func */ NULL /* func */ NULL
) )
/* actual location mgt_param_tbl.c */
PARAM( PARAM(
/* name */ pcre_match_limit_recursion, /* name */ pcre_match_limit_recursion,
/* typ */ uint, /* typ */ uint,
...@@ -816,6 +822,7 @@ PARAM( ...@@ -816,6 +822,7 @@ PARAM(
) )
#if 0 #if 0
/* actual location mgt_param_tbl.c */
PARAM( PARAM(
/* name */ pool_req, /* name */ pool_req,
/* typ */ poolparam, /* typ */ poolparam,
...@@ -831,6 +838,7 @@ PARAM( ...@@ -831,6 +838,7 @@ PARAM(
/* func */ NULL /* func */ NULL
) )
/* actual location mgt_param_tbl.c */
PARAM( PARAM(
/* name */ pool_sess, /* name */ pool_sess,
/* typ */ poolparam, /* typ */ poolparam,
...@@ -846,6 +854,7 @@ PARAM( ...@@ -846,6 +854,7 @@ PARAM(
/* func */ NULL /* func */ NULL
) )
/* actual location mgt_param_tbl.c */
PARAM( PARAM(
/* name */ pool_vbo, /* name */ pool_vbo,
/* typ */ poolparam, /* typ */ poolparam,
...@@ -984,6 +993,7 @@ PARAM( ...@@ -984,6 +993,7 @@ PARAM(
) )
#if 0 #if 0
/* actual location mgt_param_tcp.c */
PARAM( PARAM(
/* name */ tcp_keepalive_intvl, /* name */ tcp_keepalive_intvl,
/* typ */ timeout, /* typ */ timeout,
...@@ -998,6 +1008,7 @@ PARAM( ...@@ -998,6 +1008,7 @@ PARAM(
/* func */ NULL /* func */ NULL
) )
/* actual location mgt_param_tcp.c */
PARAM( PARAM(
/* name */ tcp_keepalive_probes, /* name */ tcp_keepalive_probes,
/* typ */ uint, /* typ */ uint,
...@@ -1014,6 +1025,7 @@ PARAM( ...@@ -1014,6 +1025,7 @@ PARAM(
/* func */ NULL /* func */ NULL
) )
/* actual location mgt_param_tcp.c */
PARAM( PARAM(
/* name */ tcp_keepalive_time, /* name */ tcp_keepalive_time,
/* typ */ timeout, /* typ */ timeout,
...@@ -1029,6 +1041,7 @@ PARAM( ...@@ -1029,6 +1041,7 @@ PARAM(
/* func */ NULL /* func */ NULL
) )
/* actual location mgt_pool.c */
PARAM( PARAM(
/* name */ thread_pool_add_delay, /* name */ thread_pool_add_delay,
/* typ */ timeout, /* typ */ timeout,
...@@ -1049,6 +1062,7 @@ PARAM( ...@@ -1049,6 +1062,7 @@ PARAM(
/* func */ NULL /* func */ NULL
) )
/* actual location mgt_pool.c */
PARAM( PARAM(
/* name */ thread_pool_destroy_delay, /* name */ thread_pool_destroy_delay,
/* typ */ timeout, /* typ */ timeout,
...@@ -1064,6 +1078,7 @@ PARAM( ...@@ -1064,6 +1078,7 @@ PARAM(
/* func */ NULL /* func */ NULL
) )
/* actual location mgt_pool.c */
PARAM( PARAM(
/* name */ thread_pool_fail_delay, /* name */ thread_pool_fail_delay,
/* typ */ timeout, /* typ */ timeout,
...@@ -1090,6 +1105,7 @@ PARAM( ...@@ -1090,6 +1105,7 @@ PARAM(
/* func */ NULL /* func */ NULL
) )
/* actual location mgt_pool.c */
PARAM( PARAM(
/* name */ thread_pool_max, /* name */ thread_pool_max,
/* typ */ thread_pool_max, /* typ */ thread_pool_max,
...@@ -1108,6 +1124,7 @@ PARAM( ...@@ -1108,6 +1124,7 @@ PARAM(
/* func */ NULL /* func */ NULL
) )
/* actual location mgt_pool.c */
PARAM( PARAM(
/* name */ thread_pool_min, /* name */ thread_pool_min,
/* typ */ thread_pool_min, /* typ */ thread_pool_min,
...@@ -1126,6 +1143,7 @@ PARAM( ...@@ -1126,6 +1143,7 @@ PARAM(
/* func */ NULL /* func */ NULL
) )
/* actual location mgt_pool.c */
PARAM( PARAM(
/* name */ thread_pool_stack, /* name */ thread_pool_stack,
/* typ */ bytes, /* typ */ bytes,
...@@ -1142,6 +1160,7 @@ PARAM( ...@@ -1142,6 +1160,7 @@ PARAM(
/* func */ NULL /* func */ NULL
) )
/* actual location mgt_pool.c */
PARAM( PARAM(
/* name */ thread_pool_timeout, /* name */ thread_pool_timeout,
/* typ */ timeout, /* typ */ timeout,
...@@ -1159,6 +1178,7 @@ PARAM( ...@@ -1159,6 +1178,7 @@ PARAM(
/* func */ NULL /* func */ NULL
) )
/* actual location mgt_pool.c */
PARAM( PARAM(
/* name */ thread_pools, /* name */ thread_pools,
/* typ */ uint, /* typ */ uint,
...@@ -1185,6 +1205,7 @@ PARAM( ...@@ -1185,6 +1205,7 @@ PARAM(
/* func */ NULL /* func */ NULL
) )
/* actual location mgt_pool.c */
PARAM( PARAM(
/* name */ thread_queue_limit, /* name */ thread_queue_limit,
/* typ */ uint, /* typ */ uint,
...@@ -1203,6 +1224,7 @@ PARAM( ...@@ -1203,6 +1224,7 @@ PARAM(
/* func */ NULL /* func */ NULL
) )
/* actual location mgt_pool.c */
PARAM( PARAM(
/* name */ thread_stats_rate, /* name */ thread_stats_rate,
/* typ */ uint, /* typ */ uint,
...@@ -1260,6 +1282,7 @@ PARAM( ...@@ -1260,6 +1282,7 @@ PARAM(
) )
#if 0 #if 0
/* actual location mgt_param_tbl.c */
PARAM( PARAM(
/* name */ vcc_allow_inline_c, /* name */ vcc_allow_inline_c,
/* typ */ bool, /* typ */ bool,
...@@ -1274,6 +1297,7 @@ PARAM( ...@@ -1274,6 +1297,7 @@ PARAM(
/* func */ NULL /* func */ NULL
) )
/* actual location mgt_param_tbl.c */
PARAM( PARAM(
/* name */ vcc_err_unref, /* name */ vcc_err_unref,
/* typ */ bool, /* typ */ bool,
...@@ -1288,6 +1312,7 @@ PARAM( ...@@ -1288,6 +1312,7 @@ PARAM(
/* func */ NULL /* func */ NULL
) )
/* actual location mgt_param_tbl.c */
PARAM( PARAM(
/* name */ vcc_unsafe_path, /* name */ vcc_unsafe_path,
/* typ */ bool, /* typ */ bool,
...@@ -1335,6 +1360,7 @@ PARAM( ...@@ -1335,6 +1360,7 @@ PARAM(
) )
#if 0 #if 0
/* actual location mgt_param_tbl.c */
PARAM( PARAM(
/* name */ vcl_dir, /* name */ vcl_dir,
/* typ */ string, /* typ */ string,
...@@ -1350,6 +1376,7 @@ PARAM( ...@@ -1350,6 +1376,7 @@ PARAM(
/* func */ NULL /* func */ NULL
) )
/* actual location mgt_param_tbl.c */
PARAM( PARAM(
/* name */ vmod_dir, /* name */ vmod_dir,
/* typ */ string, /* typ */ string,
...@@ -1385,6 +1412,7 @@ PARAM( ...@@ -1385,6 +1412,7 @@ PARAM(
) )
#if 0 #if 0
/* actual location mgt_param_bits.c*/
PARAM( PARAM(
/* name */ vsl_mask, /* name */ vsl_mask,
/* typ */ vsl_mask, /* typ */ vsl_mask,
...@@ -1453,6 +1481,7 @@ PARAM( ...@@ -1453,6 +1481,7 @@ PARAM(
) )
#if 0 #if 0
/* see mgt_waiter.c */
PARAM( PARAM(
/* name */ waiter, /* name */ waiter,
/* typ */ waiter, /* typ */ waiter,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment