Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Signed-off-by: Nils Gillmann <ng0@n0.is>
|
|
|
|
Signed-off-by: Nils Gillmann <ng0@n0.is>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The nested block validation requires the block context, and thus the
evaluate callback not also receives the block context.
|
|
|
|
|
|
|
|
|
|
|
|
badly
|
|
|
|
|
|
|
|
|
|
This change lets us compile with clang again.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
|
|
|