Stellar output statistics

This commit is contained in:
luwenpeng
2024-04-16 14:12:41 +08:00
parent 17f5d338de
commit d878849c3a
18 changed files with 485 additions and 30 deletions

View File

@@ -15,7 +15,7 @@ struct marsio_io
struct mr_vdev *mr_dev;
struct mr_sendpath *mr_path;
struct packet_stat stat;
struct io_stat stat;
};
/******************************************************************************
@@ -118,7 +118,7 @@ void marsio_io_free(struct marsio_io *handle)
}
}
struct packet_stat *marsio_io_stat(struct marsio_io *handle)
struct io_stat *marsio_io_get_stat(struct marsio_io *handle)
{
return &handle->stat;
}