work_queue_protocol.h File Reference


Detailed Description

This file describes a handful of constants that are necessary for a common implementation of the work queue protocol between the master, worker, and catalog, but should not be visible to the WQ user API.

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 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 Documentation

#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 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.


Generated on 24 Jul 2012 for cctools by  doxygen 1.4.7