work_queue_protocol.h

Go to the documentation of this file.
00001 /*
00002 Copyright (C) 2008- The University of Notre Dame
00003 This software is distributed under the GNU General Public License.
00004 See the file COPYING for details.
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

Generated on 25 Jun 2015 for cctools by  doxygen 1.6.1