Skip to content
Snippets Groups Projects
Commit c619f485 authored by Dennis Waldron's avatar Dennis Waldron Committed by Steven Murray
Browse files

Added CA_MAXRFSLINELEN to define the maximum length of the subrequests requested filesystem string

parent eed75e22
No related branches found
No related tags found
No related merge requests found
......@@ -61,13 +61,11 @@
#define CA_MAXUSRNAMELEN 14 /* maximum length for a login name */
#define CA_MAXVIDLEN 6 /* maximum length for a VID */
#define CA_MAXVSNLEN 6 /* maximum length for a VSN */
#define CA_MAXCKSUMNAMELEN 15 /* maximum length for a checksum algorithm name */
#define CA_MAXDMPROTNAMELEN 15 /* maximum length for Disk Mover protocol name */
#define CA_MAXCKSUMNAMELEN 15 /* maximum length for a checksum algorithm name */
#define CA_MAXDMPROTNAMELEN 15 /* maximum length for Disk Mover protocol name */
#define CA_MAXJOBIDLEN 36 /* Maximum length for the representation of the Cuuid */
#define CA_MAXUSERTAGLEN 63 /* Maximum length for a user tag (stage request) */
#define CA_MAXSVCCLASSNAMELEN 63 /*Maximum lenght for a Svc Class name */
#define CA_MAXUSERTAGLEN 63 /* Maximum length for a user tag (stage request) */
#define CA_MAXRFSLINELEN 2047 /* maximum length for the requested filesystem string */
/* Max allowed uid/gif */
#define CA_MAXUID 0x7FFFFFFF /* Maximum uid */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment