X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Flockfile.h;h=3e6b54c38d203c8fbecb0699195900033b7e21bc;hb=HEAD;hp=c52fa2159a889590c4cab1576f4dd3f656e2ba48;hpb=58fda1dab104041fc693032475ec4662c1a52849;p=sliver-openvswitch.git diff --git a/lib/lockfile.h b/lib/lockfile.h index c52fa2159..3e6b54c38 100644 --- a/lib/lockfile.h +++ b/lib/lockfile.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2008, 2009 Nicira Networks +/* Copyright (c) 2008, 2009 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ struct lockfile; char *lockfile_name(const char *file); -int lockfile_lock(const char *file, int timeout, struct lockfile **); +int lockfile_lock(const char *file, struct lockfile **); void lockfile_unlock(struct lockfile *); void lockfile_postfork(void);