dynamic leases

This commit is contained in:
Simon Zolin
2020-05-18 17:06:27 +03:00
parent c58c758481
commit 79fe68b35f
3 changed files with 186 additions and 31 deletions

View File

@@ -147,6 +147,7 @@ func Create(config ServerConfig) *Server {
return &s
}
// v6 server calls this function after DB is updated
func (s *Server) notify6(flags uint32) {
s.dbStore()
}