GNUnet 0.21.1
GNUNET_REGEX_Announcement Struct Reference

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

Collaboration diagram for GNUNET_REGEX_Announcement:
[legend]

Data Fields

struct GNUNET_MQ_Handlemq
 Connection to the regex service. More...
 
const struct GNUNET_CONFIGURATION_Handlecfg
 Our configuration. More...
 
char * regex
 Message we're sending to the service. More...
 
struct GNUNET_TIME_Relative refresh_delay
 Frequency of announcements. More...
 
uint16_t compression
 Number of characters per edge. More...
 

Detailed Description

Handle to store cached data about a regex announce.

Definition at line 37 of file regex_api_announce.c.

Field Documentation

◆ mq

struct GNUNET_MQ_Handle* GNUNET_REGEX_Announcement::mq

Connection to the regex service.

Definition at line 42 of file regex_api_announce.c.

Referenced by announce_mq_error_handler(), announce_reconnect(), GNUNET_REGEX_announce(), and GNUNET_REGEX_announce_cancel().

◆ cfg

const struct GNUNET_CONFIGURATION_Handle* GNUNET_REGEX_Announcement::cfg

Our configuration.

Definition at line 47 of file regex_api_announce.c.

Referenced by announce_reconnect(), and GNUNET_REGEX_announce().

◆ regex

char* GNUNET_REGEX_Announcement::regex

Message we're sending to the service.

Definition at line 52 of file regex_api_announce.c.

Referenced by announce_reconnect(), GNUNET_REGEX_announce(), and GNUNET_REGEX_announce_cancel().

◆ refresh_delay

struct GNUNET_TIME_Relative GNUNET_REGEX_Announcement::refresh_delay

Frequency of announcements.

Definition at line 57 of file regex_api_announce.c.

Referenced by announce_reconnect(), and GNUNET_REGEX_announce().

◆ compression

uint16_t GNUNET_REGEX_Announcement::compression

Number of characters per edge.

Definition at line 62 of file regex_api_announce.c.

Referenced by announce_reconnect(), and GNUNET_REGEX_announce().


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