mirror of
https://github.com/upa/mscp.git
synced 2026-02-15 09:44:43 +08:00
tiny fix on pool
This commit is contained in:
@@ -113,7 +113,7 @@ void *pool_iter_next_lock(pool *p)
|
||||
return v;
|
||||
}
|
||||
|
||||
bool pool_iter_check_next_lock(pool *p)
|
||||
bool pool_iter_has_next_lock(pool *p)
|
||||
{
|
||||
bool next_exist;
|
||||
pool_lock(p);
|
||||
|
||||
Reference in New Issue
Block a user