* 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:
@@ -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_ */
|
||||
Reference in New Issue
Block a user