Stellar output statistics
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user