schedu
This commit is contained in:
parent
af96cb7e56
commit
132fe0d4df
@ -374,7 +374,9 @@ ending (void *arg)
|
|||||||
static void
|
static void
|
||||||
world (void *arg)
|
world (void *arg)
|
||||||
{
|
{
|
||||||
static int c++;
|
static int c;
|
||||||
|
|
||||||
|
c++;
|
||||||
printf ("World!\n");
|
printf ("World!\n");
|
||||||
wt = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_SECONDS,
|
wt = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_SECONDS,
|
||||||
&world,
|
&world,
|
||||||
|
Loading…
Reference in New Issue
Block a user