File tree 1 file changed +4
-3
lines changed 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,13 @@ typedef std::pair<int64_t, CEvent> EventPair;
29
29
typedef std::multimap<int , EventPair> EventTypeMap;
30
30
typedef std::map<std::string, CMutableGetEvent> DHTGetEventMap;
31
31
32
- static constexpr int DHT_GET_ALERT_TYPE_CODE = 75 ;
33
- static constexpr int DHT_PUT_ALERT_TYPE_CODE = 76 ;
34
32
static constexpr int DHT_BOOTSTRAP_ALERT_TYPE_CODE = 62 ;
35
- static constexpr int DHT_STATS_ALERT_TYPE_CODE = 83 ;
36
33
static constexpr int STATS_ALERT_TYPE_CODE = 70 ;
37
34
static constexpr int DHT_ERROR_ALERT_TYPE_CODE = 73 ;
35
+ static constexpr int DHT_GET_ALERT_TYPE_CODE = 75 ;
36
+ static constexpr int DHT_PUT_ALERT_TYPE_CODE = 76 ;
37
+ static constexpr int DHT_STATS_ALERT_TYPE_CODE = 83 ;
38
+
38
39
static constexpr int64_t DHT_RECORD_LOCK_SECONDS = 16 ;
39
40
static constexpr uint32_t DHT_KEEP_PUT_BUFFER_SECONDS = 300 ;
40
41
You can’t perform that action at this time.
0 commit comments