work_queue_protocol.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00014 #ifndef WORK_QUEUE_PROTOCOL_H
00015 #define WORK_QUEUE_PROTOCOL_H
00016
00017 #define WORK_QUEUE_PROTOCOL_VERSION 3
00018
00019 #define WORK_QUEUE_LINE_MAX 4096
00020 #define WORK_QUEUE_POOL_NAME_MAX 128
00021 #define WORKER_WORKSPACE_NAME_MAX 2048
00023 #define WORK_QUEUE_FS_CMD 1
00024 #define WORK_QUEUE_FS_PATH 2
00025 #define WORK_QUEUE_FS_SYMLINK 3
00027 #define WORK_QUEUE_PROTOCOL_FIELD_MAX 256
00028
00029 #endif