Revision 507372bb tests/Broadcaster/som.c
tests/Broadcaster/som.c | ||
---|---|---|
174 | 174 |
int publishPeerIDPeriod = cfg_getint(som_config, |
175 | 175 |
"publishPeerIDPeriod"); |
176 | 176 |
if (publishPeerIDPeriod) |
177 |
grapesSchedulePeriodic(NULL, 1.0/(float)publishPeerIDPeriod,
|
|
177 |
napaSchedulePeriodic(NULL, 1.0/(float)publishPeerIDPeriod,
|
|
178 | 178 |
publish_PeerID, NULL); |
179 | 179 |
|
180 | 180 |
/* If we are passive, we need to figure out who is the server, and send |
Also available in: Unified diff