1 #ifndef WORK_QUEUE_PROCESS_H
2 #define WORK_QUEUE_PROCESS_H
9 #include <sys/resource.h>
13 #define DOCKER_PRESERVE 2
16 #define MAX_BUFFER_SIZE 4096
34 char *output_file_name;
39 char container_id[MAX_BUFFER_SIZE];
43 pid_t work_queue_process_execute(
struct work_queue_process *p,
int container_mode, ... );
A task description.
Definition: work_queue.h:75
Portable routines for high resolution timing.
UINT64_T timestamp_t
A type to hold the current time, in microseconds since January 1st, 1970.
Definition: timestamp.h:20
Definition: work_queue_process.h:23