X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fuuid.h;h=1059c26d1276fa39297e12cb7173c0227dfc7608;hb=e328faadc42cb835b1adf1ef4d77a42c76b52f3f;hp=5dcaa25d8ffd21d1822a2951d8ae6d288ee39a64;hpb=d918d9d1128a98e4b2a398a501f541554fed3be8;p=openvswitch diff --git a/lib/uuid.h b/lib/uuid.h index 5dcaa25d..1059c26d 100644 --- a/lib/uuid.h +++ b/lib/uuid.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2008, 2009 Nicira Networks +/* Copyright (c) 2008, 2009, 2010 Nicira Networks * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -74,6 +74,7 @@ uuid_equals(const struct uuid *a, const struct uuid *b) void uuid_init(void); void uuid_generate(struct uuid *); void uuid_zero(struct uuid *); +bool uuid_is_zero(const struct uuid *); int uuid_compare_3way(const struct uuid *, const struct uuid *); bool uuid_from_string(struct uuid *, const char *);