Browse Source

missing function

v2ray 9 years ago
parent
commit
21ab26f41f
1 changed files with 4 additions and 0 deletions
  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