1 #ifndef WORK_QUEUE_PROCESS_H
2 #define WORK_QUEUE_PROCESS_H
10 #include <sys/resource.h>
12 #define MAX_BUFFER_SIZE 4096
30 char *output_file_name;
42 int64_t sandbox_file_count;
54 int work_queue_process_measure_disk(
struct work_queue_process *p,
int max_time_on_measurement);
A task description.
Definition: work_queue.h:128
A manager-worker library.
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: path_disk_size_info.h:13
Query disk space on the given directory.
Definition: work_queue_process.h:19