Add a call to find the queue-length so we can see how many I/O we have in flight...
[deb_libnfs.git] / include / libnfs.h
index dd63f9623816f8b4a3d67b28ed89555e7af5048e..3ff49d73b0f8604052efa5dc7f7dabb3e1b2133c 100644 (file)
@@ -57,6 +57,7 @@ struct utimbuf {
 EXTERN int nfs_get_fd(struct nfs_context *nfs);
 EXTERN int nfs_which_events(struct nfs_context *nfs);
 EXTERN int nfs_service(struct nfs_context *nfs, int revents);
+EXTERN int nfs_queue_length(struct nfs_context *nfs);
 
 /*
  * Used if you need different credentials than the default for the current user.