GNUnet  0.19.5
GNUNET_AsyncScopeSave Struct Reference

Saved async scope identifier or root scope. More...

#include <gnunet_common.h>

Collaboration diagram for GNUNET_AsyncScopeSave:
[legend]

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...
 

Detailed Description

Saved async scope identifier or root scope.

Definition at line 371 of file gnunet_common.h.

Field Documentation

◆ scope_id

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().

◆ have_scope

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().


The documentation for this struct was generated from the following file: