* Renamed headers/private/kernel/slab/Depot.h to ObjectDepot.h.

* Moved the object depot code to its own source file.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35161 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2010-01-19 10:12:48 +00:00
parent 0b97b70b5c
commit a8806e5e0d
6 changed files with 325 additions and 298 deletions
@@ -2,8 +2,8 @@
* Copyright 2007, Hugo Santos. All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _SLAB_DEPOT_H_
#define _SLAB_DEPOT_H_
#ifndef _SLAB_OBJECT_DEPOT_H_
#define _SLAB_OBJECT_DEPOT_H_
#include <lock.h>
@@ -37,4 +37,4 @@ void object_depot_make_empty(object_depot *depot);
}
#endif
#endif /* _SLAB_DEPOT_H_ */
#endif /* _SLAB_OBJECT_DEPOT_H_ */