.TH "globus_uuid.h" 3 "Thu Jan 12 2017" "Version 16.9" "globus_common" \" -*- nroff -*- .ad l .nh .SH NAME globus_uuid.h \- Globus UUID Generator\&. .SH SYNOPSIS .br .PP \fC#include 'globus_common_include\&.h'\fP .br \fC#include 'globus_libc\&.h'\fP .br .SS "Functions" .in +1c .ti -1c .RI "int \fBglobus_uuid_create\fP (globus_uuid_t *uuid)" .br .RI "Create UUID .PP Creates a time based, Leach-Salz variant uuid, using the mac address when available\&. " .ti -1c .RI "int \fBglobus_uuid_import\fP (globus_uuid_t *uuid, const char *str)" .br .RI "Import a UUID .PP Import a string in the text UUID format into a globus_uuid_t value\&. " .ti -1c .RI "int \fBglobus_uuid_fields\fP (globus_uuid_t *uuid, globus_uuid_fields_t *uuid_fields)" .br .RI "Extract fields from UUID .PP Copy the fields from uuid to uuid_fields in host byte order\&. " .in -1c .SH "Detailed Description" .PP Globus UUID Generator\&. .SH "Author" .PP Generated automatically by Doxygen for globus_common from the source code\&.