Skip to content
Snippets Groups Projects
Commit e10b04c0 authored by Victor Kotlyar's avatar Victor Kotlyar Committed by Steven Murray
Browse files

added CA_MAXCKSUMLEN 32 /* maximum length for a checksum value in an asci form in hex */

so it can be 32x4 - 128bit checksum (MD5) maximum for the moment
parent 2d00b2c7
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@
#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_MAXCKSUMLEN 32 /* maximum length for a checksum value in an asci form */
#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) */
......
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