Atrinik Client 2.5
Data Fields
script Struct Reference

#include <scripts.h>

Data Fields

char * name
char * params
char cmd [HUGE_BUF]
int out_fd
int in_fd
int cmd_count
pid_t pid
char ** events
int events_count

Detailed Description

Script structure.

Definition at line 55 of file scripts.h.


Field Documentation

char script::cmd[HUGE_BUF]

Command from the script.

Definition at line 64 of file scripts.h.

Bytes already read in.

Definition at line 78 of file scripts.h.

All the events this script has registered.

Definition at line 91 of file scripts.h.

Number of events this event has registered so far.

Definition at line 94 of file scripts.h.

The file descriptor from which we read commands from the script.

Definition at line 71 of file scripts.h.

char* script::name

The script name.

Definition at line 58 of file scripts.h.

The file descriptor to which the client writes to the script.

Definition at line 68 of file scripts.h.

The script parameters, if any.

Definition at line 61 of file scripts.h.

pid_t script::pid

Process ID.

Definition at line 82 of file scripts.h.


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