Skip to Content
[CAIDA - Center for Applied Internet Data Analysis logo]
The Center for Applied Internet Data Analysis
corsaro_in Struct Reference

Corsaro input state. More...

Collaboration diagram for corsaro_in:

Data Fields

char * uridata
 The uri of the file to read data from. More...
 
corsaro_file_in_tfile
 The corsaro input file to read data from. More...
 
corsaro_in_record_type_t expected_type
 The next expected record type when reading the corsaro_global file. More...
 
corsaro_plugin_manager_tplugin_manager
 A pointer to the corsaro plugin manager state. More...
 
corsaro_plugin_tplugin
 Pointer to the plugin to be used to read this file. More...
 
int started
 Has this corsaro_in object been started yet? More...
 

Detailed Description

Corsaro input state.

Definition at line 323 of file corsaro_int.h.

Field Documentation

corsaro_in_record_type_t corsaro_in::expected_type

The next expected record type when reading the corsaro_global file.

Definition at line 332 of file corsaro_int.h.

Referenced by corsaro_in_init(), corsaro_in_read_record(), corsaro_start_input(), and read_record().

corsaro_plugin_t* corsaro_in::plugin

Pointer to the plugin to be used to read this file.

NULL if global

Definition at line 339 of file corsaro_int.h.

Referenced by corsaro_in_free(), corsaro_in_read_record(), corsaro_start_input(), and read_record().

int corsaro_in::started

Has this corsaro_in object been started yet?

Definition at line 342 of file corsaro_int.h.

Referenced by corsaro_in_free(), and corsaro_start_input().

char* corsaro_in::uridata

The uri of the file to read data from.

Definition at line 326 of file corsaro_int.h.

Referenced by corsaro_in_free(), corsaro_in_init(), and corsaro_start_input().


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