소스 검색

missing function

v2ray 9 년 전
부모
커밋
21ab26f41f
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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