table of contents
ns_job_t(3) | dirsrv | ns_job_t(3) |
NAME¶
ns_job_t -
SYNOPSIS¶
#include <nunc-stans.h>
Detailed Description¶
The nunc stans event and worker job object.
When a new job is created, a pointer to a struct of this object type is returned. This is the object that will be the argument to the job callback specified. Since the struct is opaque, the functions ns_job_get_data(), ns_job_get_tp(), ns_job_get_type(), ns_job_get_fd(), and ns_job_get_output_type() can be used to get information about the job. The function ns_job_done() must be used when the job should be freed.
See Also:
ns_job_get_data, ns_job_get_fd,
ns_job_get_tp, ns_job_get_type,
ns_job_get_output_type
Author¶
Generated automatically by Doxygen for dirsrv from the source code.
Tue Jun 4 2024 | Version 1.3.11.12 |