Re: [ovs-dev] [PATCH v2] uuid: Use current time to compute sha.

2014-03-12 Thread Ben Pfaff
On Wed, Mar 12, 2014 at 08:12:16AM -0700, Gurucharan Shetty wrote: > Windows does not have the getppid(), getuid(), getgid() functions. > We do get a random seed from CryptGenRandom(). That seed along with > process id and current time hopefully is good enough. > > Signed-off-by: Gurucharan Shetty

[ovs-dev] [PATCH v2] uuid: Use current time to compute sha.

2014-03-12 Thread Gurucharan Shetty
Windows does not have the getppid(), getuid(), getgid() functions. We do get a random seed from CryptGenRandom(). That seed along with process id and current time hopefully is good enough. Signed-off-by: Gurucharan Shetty --- lib/uuid.c | 24 +--- 1 file changed, 13 inserti