aboutsummaryrefslogtreecommitdiffstats
path: root/object-store.h
blob: 3db4802e8665a910415185ce7fd02d213866fdfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef OBJECT_STORE_H
#define OBJECT_STORE_H

#include "khashl.h"
#include "dir.h"
#include "object-store-ll.h"

KHASHL_MAP_INIT(KH_LOCAL, odb_path_map, odb_path_map,
	const char * /* key: odb_path */, struct object_directory *,
	fspathhash, fspatheq)

#endif /* OBJECT_STORE_H */