Skip to Content
[CAIDA - Cooperative Association for Internet Data Analysis logo]
The Cooperative Association for 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.
corsaro_file_in_tfile
 The corsaro input file to read data from.
corsaro_in_record_type_t expected_type
 The next expected record type when reading the corsaro_global file.
corsaro_plugin_manager_tplugin_manager
 A pointer to the corsaro plugin manager state.
corsaro_plugin_tplugin
 Pointer to the plugin to be used to read this file.
int started
 Has this corsaro_in object been started yet?

Detailed Description

Corsaro input state.

Definition at line 274 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 283 of file corsaro_int.h.

Referenced by corsaro_in_read_record(), and corsaro_start_input().

corsaro_file_in_t* corsaro_in::file

The corsaro input file to read data from.

Definition at line 280 of file corsaro_int.h.

Referenced by corsaro_io_read_bytes(), corsaro_io_read_bytes_offset(), and corsaro_start_input().

corsaro_plugin_t* corsaro_in::plugin

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

NULL if global

Definition at line 290 of file corsaro_int.h.

Referenced by corsaro_in_read_record(), and corsaro_start_input().

corsaro_plugin_manager_t* corsaro_in::plugin_manager

A pointer to the corsaro plugin manager state.

Definition at line 287 of file corsaro_int.h.

Referenced by corsaro_start_input().

int corsaro_in::started

Has this corsaro_in object been started yet?

Definition at line 293 of file corsaro_int.h.

Referenced by corsaro_start_input().

char* corsaro_in::uridata

The uri of the file to read data from.

Definition at line 277 of file corsaro_int.h.

Referenced by corsaro_start_input().


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