just commit

This commit is contained in:
wangyu-
2017-10-15 14:12:21 -05:00
parent e03f13831e
commit c688189035
3 changed files with 6 additions and 4 deletions

View File

@@ -49,7 +49,8 @@ u64_t fd_manager_t::create(int fd)
fd_manager_t::fd_manager_t()
{
counter=u32_t(-1);
counter+=10;
counter+=100;
reserve(10007);
}
fd_info_t & fd_manager_t::get_info(fd64_t fd64)
{