GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
MetaItem Struct Reference

Meta data item. More...

Collaboration diagram for MetaItem:
[legend]

Data Fields

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

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: