missing function

pull/168/head
v2ray 2016-05-29 22:42:15 +02:00
parent 9457c4b349
commit 21ab26f41f
1 changed files with 4 additions and 0 deletions

View File

@ -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