![]() |
![]()
| ![]() |
![]()
LIBRARY#include <xtend/fast-file.h> -lxtend SYNOPSISpid_t xt_ff_get_child_pid(xt_ff_t *xt_ff_ptr) ARGUMENTSxt_ff_ptr Pointer to the structure to set DESCRIPTIONAccessor for child_pid member in a xt_ff_t structure. Use this function to get child_pid in a xt_ff_t object from non-member functions. RETURN VALUESValue of the structure member child_pid. EXAMPLESxt_ff_t xt_ffile; pid_t child_pid; child_pid = xt_ff_get_child_pid(&xt_ffile);
|