@@ -32,7 +32,7 @@ struct print_ops {
3232 void (* directive )(__u8 type , __u8 oper , __u16 spec , __u32 nsid , __u32 result , void * buf , __u32 len );
3333 void (* discovery_log )(struct nvmf_discovery_log * log , int numrec );
3434 void (* effects_log_list )(struct list_head * list );
35- void (* endurance_group_event_agg_log )(struct nvme_aggregate_predictable_lat_event * endurance_log , __u64 log_entries , __u32 size , const char * devname );
35+ void (* endurance_group_event_agg_log )(struct nvme_aggregate_endurance_group_event * endurance_log , __u64 log_entries , __u32 size , const char * devname );
3636 void (* endurance_group_list )(struct nvme_id_endurance_group_list * endgrp_list );
3737 void (* endurance_log )(struct nvme_endurance_group_log * endurance_group , __u16 group_id , const char * devname );
3838 void (* error_log )(struct nvme_error_log_page * err_log , int entries , const char * devname );
@@ -201,7 +201,7 @@ void nvme_show_persistent_event_log(void *pevent_log_info,
201201 __u8 action , __u32 size , const char * devname ,
202202 nvme_print_flags_t flags );
203203void nvme_show_endurance_group_event_agg_log (
204- struct nvme_aggregate_predictable_lat_event * endurance_log ,
204+ struct nvme_aggregate_endurance_group_event * endurance_log ,
205205 __u64 log_entries , __u32 size , const char * devname ,
206206 nvme_print_flags_t flags );
207207void nvme_show_lba_status_log (void * lba_status , __u32 size ,
0 commit comments