89abde529cff190d3205e7906d3732d762f6264b
[libcds.git] / cds / gc / dhp.h
1 //$$CDS-header$$
2
3 #ifndef __CDS_GC_DHP_H
4 #define __CDS_GC_DHP_H
5
6 #include <cds/gc/ptb.h>
7
8 //@cond
9 namespace cds { namespace gc {
10     typedef PTB DHP;
11 }} // namespace cds::gc
12 //@endcond
13
14 #endif // #ifndef __CDS_GC_DHP_H