Pārlūkot izejas kodu

missing function

v2ray 9 gadi atpakaļ
vecāks
revīzija
21ab26f41f
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      app/router/rules/router.go

+ 4 - 0
app/router/rules/router.go

@@ -40,6 +40,10 @@ func (this *cacheEntry) Extend() {
 	this.validUntil = time.Now().Add(time.Hour)
 }
 
+func (this *cacheEntry) Release() {
+
+}
+
 type Router struct {
 	config    *RouterRuleConfig
 	cache     *collect.ValidityMap