GNUnet 0.26.2-114-g7c6b613e3
 
Loading...
Searching...
No Matches
REGEX_INTERNAL_Announcement Struct Reference

Handle to store cached data about a regex announce. More...

Collaboration diagram for REGEX_INTERNAL_Announcement:
[legend]

Data Fields

struct GNUNET_DHT_Handledht
 DHT handle to use, must be initialized externally.
 
const char * regex
 Regular expression.
 
struct REGEX_INTERNAL_Automatondfa
 Automaton representation of the regex (expensive to build).
 
struct GNUNET_PILS_Handlepils
 Our PILS service handle.
 
struct GNUNET_STATISTICS_Handlestats
 Optional statistics handle to report usage.
 
struct RegexAcceptBlockab
 Accepting block in memory during signature operation.
 
struct GNUNET_PILS_Operationsign
 Signature operation.
 

Detailed Description

Handle to store cached data about a regex announce.

Definition at line 59 of file regex_internal_dht.c.

Field Documentation

◆ dht

struct GNUNET_DHT_Handle* REGEX_INTERNAL_Announcement::dht

DHT handle to use, must be initialized externally.

Definition at line 64 of file regex_internal_dht.c.

◆ regex

const char* REGEX_INTERNAL_Announcement::regex

Regular expression.

Definition at line 69 of file regex_internal_dht.c.

Referenced by REGEX_INTERNAL_announce().

◆ dfa

struct REGEX_INTERNAL_Automaton* REGEX_INTERNAL_Announcement::dfa

Automaton representation of the regex (expensive to build).

Definition at line 74 of file regex_internal_dht.c.

◆ pils

struct GNUNET_PILS_Handle* REGEX_INTERNAL_Announcement::pils

Our PILS service handle.

Definition at line 79 of file regex_internal_dht.c.

◆ stats

struct GNUNET_STATISTICS_Handle* REGEX_INTERNAL_Announcement::stats

Optional statistics handle to report usage.

Can be NULL.

Definition at line 84 of file regex_internal_dht.c.

◆ ab

struct RegexAcceptBlock* REGEX_INTERNAL_Announcement::ab

Accepting block in memory during signature operation.

Definition at line 89 of file regex_internal_dht.c.

◆ sign

struct GNUNET_PILS_Operation* REGEX_INTERNAL_Announcement::sign

Signature operation.

Definition at line 94 of file regex_internal_dht.c.


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