[PVFS2-CVS] commit by wujs in pvfs2/src/io/buffer: ncac-lru.h

CVS commit program cvs at parl.clemson.edu
Tue Sep 21 10:47:48 EDT 2004


Update of /projects/cvsroot/pvfs2/src/io/buffer
In directory parlweb:/tmp/cvs-serv23518

Added Files:
	ncac-lru.h 
Log Message:
The header file for the LRU policy.



--- /dev/null	2003-01-30 05:24:37.000000000 -0500
+++ ncac-lru.h	2004-09-21 09:47:48.000000000 -0400
@@ -0,0 +1,10 @@
+#ifndef __NCAC_LRU_H_
+#define __NCAC_LRU_H_
+
+void LRU_add_cache_item(struct cache_stack *cache,struct extent
+*extent);
+void LRU_remove_cache_item(struct cache_stack *cache, struct extent
+*extent);
+int LRU_shrink_cache(struct cache_stack *cache, unsigned int expected,
+                unsigned int *shrinked);
+#endif



More information about the PVFS2-CVS mailing list