cctools
work_queue_protocol.h
Go to the documentation of this file.
1 /*
2 Copyright (C) 2008- The University of Notre Dame
3 This software is distributed under the GNU General Public License.
4 See the file COPYING for details.
5 */
6 
14 #ifndef WORK_QUEUE_PROTOCOL_H
15 #define WORK_QUEUE_PROTOCOL_H
16 
17 #define WORK_QUEUE_LINE_MAX 4096
18 #define WORK_QUEUE_POOL_NAME_MAX 128
20 #define WORK_QUEUE_FS_CMD 1
21 #define WORK_QUEUE_FS_PATH 2
22 #define WORK_QUEUE_FS_SYMLINK 3
24 #endif