Previous: x1f4_slip_xsport, Up: Process Library Functions [Index]
extern int x1f4_wait_lxport(void *lxport, pid_t pid);
The x1f4_wait_lxport
function deregisters the pid
process ID with
the lxport
process library object.
For self management purposes, the process library objects registers the ID of
the processes they start and do not wait (like those started for ‘xshell’
process execution contexts). Such processes are expected waited (through
system primites such as wait
(2) and waitpid
(2)) by the
application. The application is also expected obliging enough to let the
process library objects know of its acknowledgement of the process execution
completion.
The function returns 0
.