libxtc 0.4.0
Async concurrency for C: Tokio + Seastar + BEAM, in one library
Loading...
Searching...
No Matches
xtc_osproc_opts_t Struct Reference

Data Fields

void * arg
 
char *const * argv
 
int ctrl_socket
 
int(* fn )(int ctrl_fd, void *arg)
 
const char * name
 

Detailed Description

Definition at line 67 of file xtc_osproc.h.

Field Documentation

◆ arg

void* xtc_osproc_opts_t::arg

Definition at line 78 of file xtc_osproc.h.

◆ argv

char* const* xtc_osproc_opts_t::argv

Definition at line 76 of file xtc_osproc.h.

◆ ctrl_socket

int xtc_osproc_opts_t::ctrl_socket

Definition at line 80 of file xtc_osproc.h.

◆ fn

int(* xtc_osproc_opts_t::fn) (int ctrl_fd, void *arg)

Definition at line 77 of file xtc_osproc.h.

◆ name

const char* xtc_osproc_opts_t::name

Definition at line 68 of file xtc_osproc.h.


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