This file should not be installed and should only be included by .c files.
Go to the source code of this file.
Defines | |
#define | WORK_QUEUE_LINE_MAX 4096 |
Maximum length of a work queue message line. | |
#define | WORK_QUEUE_POOL_NAME_MAX 128 |
Maximum length of a work queue pool name. | |
#define | WORKER_WORKSPACE_NAME_MAX 2048 |
Maximum length of a work queue worker's workspace name. | |
#define | WORK_QUEUE_FS_CMD 1 |
Indicates thirdput/thirdget should execute a command. | |
#define | WORK_QUEUE_FS_PATH 2 |
Indicates thirdput/thirdget refers to a path. | |
#define | WORK_QUEUE_FS_SYMLINK 3 |
Indicates thirdput/thirdget should create a symlink. |
#define WORK_QUEUE_LINE_MAX 4096 |
Maximum length of a work queue message line.
#define WORK_QUEUE_POOL_NAME_MAX 128 |
Maximum length of a work queue pool name.
#define WORKER_WORKSPACE_NAME_MAX 2048 |
Maximum length of a work queue worker's workspace name.
#define WORK_QUEUE_FS_CMD 1 |
Indicates thirdput/thirdget should execute a command.
#define WORK_QUEUE_FS_PATH 2 |
Indicates thirdput/thirdget refers to a path.
#define WORK_QUEUE_FS_SYMLINK 3 |
Indicates thirdput/thirdget should create a symlink.