Skip to content

Commit bc4ef87

Browse files
riptlripatel-fd
authored andcommitted
util: fix map_slot_para docs
1 parent 8d7b043 commit bc4ef87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/tmpl/fd_map_slot_para.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
// implicitly) and NULL on failure (no changes, logs details).
168168
169169
ulong mymap_align ( void );
170-
ulong mymap_footprint( ulong chain_cnt );
170+
ulong mymap_footprint( ulong ele_max, ulong lock_cnt, ulong probe_max );
171171
void * mymap_new ( void * shmem, ulong ele_max, ulong lock_cnt, ulong probe_max, ulong seed );
172172
mymap_t * mymap_join ( void * ljoin, void * shmap, void * shele );
173173
void * mymap_leave ( mymap_t * join );

0 commit comments

Comments
 (0)