diff --git a/src/components/appio/appio.c b/src/components/appio/appio.c index 04794be54..54459b1c8 100644 --- a/src/components/appio/appio.c +++ b/src/components/appio/appio.c @@ -746,6 +746,7 @@ papi_vector_t _appio_vector = { .name = "appio", .short_name = "appio", .version = "1.1.2.4", + .description = "Linux I/O system calls", .CmpIdx = 0, /* set by init_component */ .num_mpx_cntrs = APPIO_MAX_COUNTERS, .num_cntrs = APPIO_MAX_COUNTERS,