Revision 5820d286 src/psinstance.c
src/psinstance.c | ||
---|---|---|
117 | 117 |
if (res == 0) |
118 | 118 |
{ |
119 | 119 |
ps->measure = measures_create(nodeid_static_str(ps->my_sock)); |
120 |
ps->topology = topology_create(ps, "");
|
|
120 |
ps->topology = topology_create(ps, config);
|
|
121 | 121 |
streaming_timers_init(&(ps->timers), ps->chunk_offer_interval); |
122 | 122 |
ps->chunk_out = NULL; // To be used as a flag if current role is source or peer role |
123 | 123 |
if (srv_port) |
Also available in: Unified diff