YAZ  5.34.0
Data Fields
sc_s Struct Reference

Data Fields

int install_flag
 
int start_flag
 
int remove_flag
 
int run_flag
 
char * service_name
 
char * display_name
 
int(* sc_main )(yaz_sc_t s, int argc, char **argv)
 
void(* sc_stop )(yaz_sc_t s)
 
int argc
 
char ** argv
 

Detailed Description

Definition at line 26 of file sc.c.

Field Documentation

◆ argc

int sc_s::argc

Definition at line 35 of file sc.c.

Referenced by yaz_sc_program().

◆ argv

char** sc_s::argv

Definition at line 36 of file sc.c.

Referenced by yaz_sc_program().

◆ display_name

char* sc_s::display_name

Definition at line 32 of file sc.c.

Referenced by yaz_sc_create(), and yaz_sc_program().

◆ install_flag

int sc_s::install_flag

Definition at line 27 of file sc.c.

Referenced by yaz_sc_create(), and yaz_sc_program().

◆ remove_flag

int sc_s::remove_flag

Definition at line 29 of file sc.c.

Referenced by yaz_sc_create(), and yaz_sc_program().

◆ run_flag

int sc_s::run_flag

Definition at line 30 of file sc.c.

Referenced by yaz_sc_create(), and yaz_sc_program().

◆ sc_main

int(* sc_s::sc_main) (yaz_sc_t s, int argc, char **argv)

Definition at line 33 of file sc.c.

Referenced by yaz_sc_create(), and yaz_sc_program().

◆ sc_stop

void(* sc_s::sc_stop) (yaz_sc_t s)

Definition at line 34 of file sc.c.

Referenced by yaz_sc_create(), and yaz_sc_program().

◆ service_name

char* sc_s::service_name

Definition at line 31 of file sc.c.

Referenced by yaz_sc_create(), and yaz_sc_program().

◆ start_flag

int sc_s::start_flag

Definition at line 28 of file sc.c.

Referenced by yaz_sc_create(), and yaz_sc_program().


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