Clean up disable.

Add USE_HCC_LOCK (disabled)
Disable USE_PEER_TO_PEER.
This commit is contained in:
Ben Sander
2016-04-11 09:09:36 -05:00
parent a894ca3abb
commit efffb0ed86
5 changed files with 10 additions and 11 deletions
+4 -1
View File
@@ -38,7 +38,10 @@ THE SOFTWARE.
// Compile peer-to-peer support.
// >= 2 : use HCC hc:accelerator::get_is_peer
// >= 3 : use hc::am_memtracker_update_peers(...)
#define USE_PEER_TO_PEER 3
#define USE_PEER_TO_PEER 1
// Use new lock API in HCC:
#define USE_HCC_LOCK 0
//#define INLINE static inline