fred-mod-eppd-2.20.1
Data Fields
epps_poll_req Struct Reference

Poll request parameters. More...

#include <epp_common.h>

Collaboration diagram for epps_poll_req:
Collaboration graph
[legend]

Data Fields

unsigned long long count
 Count of waiting messages. More...
 
char * msgid
 ID of next message in a queue. More...
 
char * qdate
 Date of message submission. More...
 
epp_pollType type
 Type of poll message. More...
 
union {
   char *   handle
 
   struct {
      char *   handle
 
      char *   date
 
      char *   clID
 
   }   hdt
 Handle, date, registrator structure. More...
 
   struct {
      char *   handle
 
      char *   date
 
   }   hd
 Handle, date structure. More...
 
   struct {
      char *   handle
 
      qhead   fqdns
 
      qhead   tests
 
   }   tc
 Structure with results of technical tests. More...
 
   struct {
      char *   zone
 
      char *   limit
 
      char *   credit
 
   }   lc
 Low credit structure. More...
 
   struct {
      char *   period_from
 
      char *   period_to
 
      unsigned long long   total_free_count
 
      unsigned long long   used_count
 
      char *   price
 
   }   rfi
 Request fee info structure.
 
   struct {
      char *   optrid
 
      unsigned long long   pollid
 
      epps_info_contact   old_data
 
      epps_info_contact   new_data
 
   }   upc
 Update contact info.
 
   struct {
      char *   optrid
 
      unsigned long long   pollid
 
      epps_info_domain   old_data
 
      epps_info_domain   new_data
 
   }   upd
 Update domain info.
 
   struct {
      char *   optrid
 
      unsigned long long   pollid
 
      epps_info_nsset   old_data
 
      epps_info_nsset   new_data
 
   }   upn
 Update nsset info.
 
   struct {
      char *   optrid
 
      unsigned long long   pollid
 
      epps_info_keyset   old_data
 
      epps_info_keyset   new_data
 
   }   upk
 Update nsset info.
 
msg
 Message data. More...
 

Detailed Description

Poll request parameters.

Field Documentation

◆ count

unsigned long long epps_poll_req::count

Count of waiting messages.

◆ hd

struct { ... } epps_poll_req::hd

Handle, date structure.

Referenced by gen_poll_message().

◆ hdt

struct { ... } epps_poll_req::hdt

Handle, date, registrator structure.

Referenced by gen_poll_message().

◆ lc

struct { ... } epps_poll_req::lc

Low credit structure.

Referenced by gen_poll_message().

◆ msg

union { ... } epps_poll_req::msg

Message data.

Referenced by gen_poll_message().

◆ msgid

char* epps_poll_req::msgid

ID of next message in a queue.

◆ qdate

char* epps_poll_req::qdate

Date of message submission.

◆ tc

struct { ... } epps_poll_req::tc

Structure with results of technical tests.

Referenced by gen_poll_message().

◆ type

epp_pollType epps_poll_req::type

Type of poll message.

Referenced by gen_poll_message().


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