Re: [ovs-dev] [PATCH 11/13] uuid: New function uuid_random().

2017-10-09 Thread Russell Bryant
On Fri, Oct 6, 2017 at 8:44 PM, Ben Pfaff wrote: > Signed-off-by: Ben Pfaff > --- > lib/uuid.c | 8 > lib/uuid.h | 1 + > 2 files changed, 9 insertions(+) Acked-by: Russell Bryant ___ dev mailing

[ovs-dev] [PATCH 11/13] uuid: New function uuid_random().

2017-10-06 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- lib/uuid.c | 8 lib/uuid.h | 1 + 2 files changed, 9 insertions(+) diff --git a/lib/uuid.c b/lib/uuid.c index 06f8792592d2..13d20ac64977 100644 --- a/lib/uuid.c +++ b/lib/uuid.c @@ -101,6 +101,14 @@ uuid_generate(struct uuid *uuid)