Scroll to navigation

ns_job_t(3) Library Functions Manual 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 Nunc Stans from the source code.

Wed Oct 5 2016 Nunc Stans