logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

globus_uuid.h - Globus UUID Generator.

Author

       Generated automatically by Doxygen for globus_common from the source code.

globus_common                                     Version 18.14                                 globus_uuid.h(3)

Detailed Description

       Globus UUID Generator.

Name

       globus_uuid.h - Globus UUID Generator.

Synopsis

       #include 'globus_common_include.h'
       #include 'globus_libc.h'

   Functions
       int globus_uuid_create (globus_uuid_t *uuid)
           Create UUID

       Creates a time based, Leach-Salz variant uuid, using the mac address when available. "
   int globus_uuid_import (globus_uuid_t *uuid, const char *str)
       Import a UUID

       Import a string in the text UUID format into a globus_uuid_t value. "
   int globus_uuid_fields (globus_uuid_t *uuid, globus_uuid_fields_t *uuid_fields)
       Extract fields from UUID

       Copy the fields from uuid to uuid_fields in host byte order. "

See Also