An input queue entry, as returned from the queue by inputq_first_entry(). More...
#include "inputq.h"
Data Fields | |
const uint8 * | filename |
Platform-native filename of input file. | |
const uint8 * | setupname |
Platform-native filename of config file. | |
const uint8 * | override |
Extra PS configuration buffer. | |
void * | context |
Context supplied to inputq_print_job() | |
sw_inputq_decontext_fn * | decontext |
Context destructor. | |
int32 | job_id |
Job ID, as returned by the input queue API. | |
An input queue entry, as returned from the queue by inputq_first_entry().
This structure must be freed by calling inputq_free_entry() when the caller has finished with it.