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

2014-03-11 Thread Ben Pfaff
On Mon, Mar 10, 2014 at 10:56:38AM -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] uuid: Use current time to compute sha.

2014-03-10 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 --- include/windows/windefs.h |4 lib/uuid.c|