[Pvfs2-cvs] commit by aching in pvfs2-1/src/io/job: job.h
CVS commit program
cvs at parl.clemson.edu
Wed Jan 31 00:14:21 EST 2007
Update of /projects/cvsroot/pvfs2-1/src/io/job
In directory parlweb1:/tmp/cvs-serv11118/io/job
Modified Files:
Tag: version-lock-actual-branch
job.h
Log Message:
Added blocking job for lock waiting.
Index: job.h
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/io/job/job.h,v
diff -p -u -r1.53 -r1.53.12.1
--- job.h 16 Jun 2006 21:01:13 -0000 1.53
+++ job.h 31 Jan 2007 05:14:21 -0000 1.53.12.1
@@ -17,6 +17,7 @@
#include "pvfs2-storage.h"
#include "pvfs2-req-proto.h"
#include "pint-dev.h"
+#include "lock-storage.h"
typedef PVFS_id_gen_t job_id_t;
typedef PVFS_context_id job_context_id;
@@ -544,6 +545,10 @@ int job_trove_fs_geteattr(PVFS_fs_id col
job_status_s * out_status_p,
job_id_t * id,
job_context_id context_id);
+
+/* wait for lock bytes for a file system */
+int job_lock_wait_block_bytes(void *user_ptr,
+ lock_req_t *lock_req_p);
int job_null(
int error_code,
More information about the Pvfs2-cvs
mailing list