Page MenuHomePhabricator
Paste P8699

Directors VCL->C
ActivePublic

Authored by BBlack on Jul 2 2019, 3:44 PM.
Referenced Files
F29676291: raw.txt
Jul 2 2019, 3:45 PM
F29676290: raw.txt
Jul 2 2019, 3:44 PM
Subscribers
None
void __match_proto__(vcl_func_t)
VGC_function_wm_common_directors_init(VRT_CTX)
{
{
VRT_count(ctx, 3);
Vmod_directors_Func.shard__init(ctx, &vo_cache_codfw, "cache_codfw");
if (*ctx->handling) return;
Vmod_directors_Func.random__init(ctx, &vo_cache_codfw_random, "cache_codfw_random");
if (*ctx->handling) return;
Vmod_directors_Func.shard_add_backend(ctx, vo_cache_codfw,
VRT_priv_task(ctx, &VGC_vmod_directors),
vgc_backend_be_cp2004_codfw_wmnet,
0,
973279260);
if (*ctx->handling) return;
Vmod_directors_Func.random_add_backend(ctx, vo_cache_codfw_random,
vgc_backend_be_cp2004_codfw_wmnet,
100.000000);
if (*ctx->handling) return;
Vmod_directors_Func.shard_add_backend(ctx, vo_cache_codfw,
VRT_priv_task(ctx, &VGC_vmod_directors),
vgc_backend_be_cp2006_codfw_wmnet,
0,
973279260);
if (*ctx->handling) return;
Vmod_directors_Func.random_add_backend(ctx, vo_cache_codfw_random,
vgc_backend_be_cp2006_codfw_wmnet,
100.000000);
if (*ctx->handling) return;
.... (lots more) ....

Event Timeline

BBlack edited the content of this paste. (Show Details)