Saved async scope identifier or root scope. More...
#include <gnunet_common.h>
Data Fields | |
struct GNUNET_AsyncScopeId | scope_id |
Saved scope. More... | |
int | have_scope |
GNUNET_YES unless this saved scope is the unnamed root scope. More... | |
Saved async scope identifier or root scope.
Definition at line 371 of file gnunet_common.h.
struct GNUNET_AsyncScopeId GNUNET_AsyncScopeSave::scope_id |
Saved scope.
Unused if 'have_scope==GNUNET_NO'.
Definition at line 362 of file gnunet_common.h.
Referenced by GNUNET_async_scope_enter(), GNUNET_SCHEDULER_do_work(), and output_message().
int GNUNET_AsyncScopeSave::have_scope |
GNUNET_YES unless this saved scope is the unnamed root scope.
Definition at line 381 of file gnunet_common.h.
Referenced by GNUNET_async_scope_enter(), GNUNET_SCHEDULER_do_work(), and output_message().