File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -159,8 +159,8 @@ static io_slots *write_slots;
159
159
160
160
/* *
161
161
Statistics for asynchronous I/O
162
- @param[in] op operation type (aio_opcode::AIO_PREAD or aio_opcode::AIO_PWRITE)
163
- @param[in] stats pointer to the structure to fill
162
+ @param op operation type (aio_opcode::AIO_PREAD or aio_opcode::AIO_PWRITE)
163
+ @param stats pointer to the structure to fill
164
164
*/
165
165
void innodb_io_slots_stats (tpool::aio_opcode op, innodb_async_io_stats_t *stats)
166
166
{
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ class task_group
89
89
void set_max_tasks (unsigned int max_concurrent_tasks);
90
90
void execute (task* t);
91
91
void cancel_pending (task *t);
92
- void get_stats (group_stats* stats);
92
+ void get_stats (group_stats * stats);
93
93
~task_group ();
94
94
};
95
95
You can’t perform that action at this time.
0 commit comments