syslog-ng source
OldNVEntry Struct Reference

Public Attributes

union {
   struct {
      guint8   indirect: 1
 
      guint8   referenced: 1
 
   } 
 
   guint8   flags
 
}; 
 
guint8 name_len
 
guint16 alloc_len
 
union {
   struct {
      guint16   value_len
 
      gchar   data [0]
 
   }   vdirect
 
   struct {
      guint16   handle
 
      guint16   ofs
 
      guint16   len
 
      guint8   type
 
      gchar   name [0]
 
   }   vindirect
 
}; 
 

Member Data Documentation

◆ 

union { ... }

◆ 

union { ... }

◆ alloc_len

guint16 OldNVEntry::alloc_len

◆ data

gchar OldNVEntry::data[0]

◆ flags

guint8 OldNVEntry::flags

◆ handle

guint16 OldNVEntry::handle

◆ indirect

guint8 OldNVEntry::indirect

◆ len

guint16 OldNVEntry::len

◆ name

gchar OldNVEntry::name[0]

◆ name_len

guint8 OldNVEntry::name_len

◆ ofs

guint16 OldNVEntry::ofs

◆ referenced

guint8 OldNVEntry::referenced

◆ type

guint8 OldNVEntry::type

◆ value_len

guint16 OldNVEntry::value_len

◆ 

struct { ... } OldNVEntry::vdirect

◆ 

struct { ... } OldNVEntry::vindirect

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