Explorar el Código

missing function

v2ray hace 9 años
padre
commit
21ab26f41f
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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