mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-02 23:47:07 -05:00
missing function
This commit is contained in:
parent
9457c4b349
commit
21ab26f41f
@ -40,6 +40,10 @@ func (this *cacheEntry) Extend() {
|
|||||||
this.validUntil = time.Now().Add(time.Hour)
|
this.validUntil = time.Now().Add(time.Hour)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (this *cacheEntry) Release() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
type Router struct {
|
type Router struct {
|
||||||
config *RouterRuleConfig
|
config *RouterRuleConfig
|
||||||
cache *collect.ValidityMap
|
cache *collect.ValidityMap
|
||||||
|
Loading…
Reference in New Issue
Block a user