GNUnet 0.21.1
MetaItem Struct Reference

Meta data item. More...

Collaboration diagram for MetaItem:
[legend]

Data Fields

struct MetaItemnext
 This is a doubly linked list. More...
 
struct MetaItemprev
 This is a doubly linked list. More...
 
char * plugin_name
 Name of the extracting plugin. More...
 
char * mime_type
 Mime-type of data. More...
 
char * data
 The actual meta data. More...
 
size_t data_size
 Number of bytes in 'data'. More...
 
enum EXTRACTOR_MetaType type
 Type of the meta data. More...
 
enum EXTRACTOR_MetaFormat format
 Format of the meta data. More...
 

Detailed Description

Meta data item.

Definition at line 45 of file meta_data.c.

Field Documentation

◆ next

◆ prev

struct MetaItem* MetaItem::prev

This is a doubly linked list.

Definition at line 55 of file meta_data.c.

Referenced by GNUNET_FS_meta_data_duplicate(), GNUNET_FS_meta_data_insert(), and GNUNET_FS_meta_data_serialize().

◆ plugin_name

char* MetaItem::plugin_name

◆ mime_type

◆ data

◆ data_size

◆ type

◆ format


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