add a sentinel NONE job to the queue
| 2077 | |
| 2078 | // add a sentinel NONE job to the queue |
| 2079 | void enqueue() |
| 2080 | { |
| 2081 | enqueue("", Entry::UNDEFINED_COST, Job::NONE); |
| 2082 | } |
| 2083 | |
| 2084 | // add a job to the queue |
| 2085 | void enqueue(const char *pathname, uint16_t cost, size_t slot) |