Describe dummy test model. Work on OpenFlow intro.
[openvswitch] / lib / lockfile.h
index 202134b41c318c5adbacdc42c65ce64830644557..3e6b54c38d203c8fbecb0699195900033b7e21bc 100644 (file)
@@ -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);