Fork me on GitHub
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
janus_text2pcap Struct Reference

Instance of a text2pcap recorder. More...

#include <text2pcap.h>

Data Fields

char * filename
 Absolute path to where the text2pcap file is stored. More...
 
FILE * file
 Pointer to the file handle. More...
 
int truncate
 Number of bytes to truncate at. More...
 
volatile int writable
 Whether we can write to this file or not. More...
 
janus_mutex mutex
 Mutex to lock/unlock this recorder instance. More...
 

Detailed Description

Instance of a text2pcap recorder.

Field Documentation

FILE* janus_text2pcap::file

Pointer to the file handle.

char* janus_text2pcap::filename

Absolute path to where the text2pcap file is stored.

janus_mutex janus_text2pcap::mutex

Mutex to lock/unlock this recorder instance.

int janus_text2pcap::truncate

Number of bytes to truncate at.

volatile int janus_text2pcap::writable

Whether we can write to this file or not.


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