bebcb6453c54164564b24899c6f407310b551a93 max Thu Jan 5 06:37:34 2023 -0800 first go at s3:// support, refs #30445 adding cache file to UDC protocol support, refs #30445 handling expired presigned URLs in udc protocol, refs #30445 diff --git src/inc/obscure.h src/inc/obscure.h index 6a9f60a..0857b08 100644 --- src/inc/obscure.h +++ src/inc/obscure.h @@ -217,16 +217,18 @@ /* print to stderr peak Vm memory usage (if /proc/ business exists) */ boolean nameInCommaList(char *name, char *commaList); /* Return TRUE if name is in comma separated list. */ boolean endsWithWordComma(char *string, char *word); /* Return TRUE if string ends with word possibly followed by a comma, and the beginning * of word within string is the beginning of string or follows a comma. */ void ensureNamesCaseUnique(struct slName *fieldList); /* Ensure that there would be no name conflicts in fieldList if all fields were lower-cased. */ boolean readAndIgnore(char *fileName); /* Read a byte from fileName, so its access time is updated. */ +int get_thread_id(); +/* return an integer specific for the current thread */ #endif /* OBSCURE_H */