Skip to content
Snippets Groups Projects
Commit e4edbf83 authored by Jean-Damien Durand's avatar Jean-Damien Durand Committed by Steven Murray
Browse files

> #define CA_MAXUSERTAGLEN 63 /* Maximum length for a user tag (stage request) */

parent 92fc669a
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,7 @@
#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_MAXCSECNAMELEN 512 /* Maximum length for a client or service name */
#define CA_MAXUSERTAGLEN 63 /* Maximum length for a user tag (stage request) */
/* 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