fixed conv clear bug caused by rehash

This commit is contained in:
wangyu-
2017-10-08 01:50:48 -05:00
parent a3d3cf9577
commit fb3edca8e4
11 changed files with 203 additions and 43 deletions

View File

@@ -35,7 +35,7 @@ void fd_manager_t::remove_fd(int fd)
fd64_to_fd_mp.erase(fd64);
//return 0;
}*/
void fd_manager_t::close(fd64_t fd64)
void fd_manager_t::fd64_close(fd64_t fd64)
{
assert(exist(fd64));
int fd=fd64_to_fd_mp[fd64];