From 80284cf37d2eece9d6990d2a446dec68e82b8480 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Aug 12 2014 19:33:14 +0000 Subject: tests: update sanlk_events print the full event struct Signed-off-by: David Teigland --- diff --git a/tests/sanlk_events.c b/tests/sanlk_events.c index ed78fda..750a31e 100644 --- a/tests/sanlk_events.c +++ b/tests/sanlk_events.c @@ -85,7 +85,9 @@ int main(int argc, char *argv[]) break; } - printf("get_event 0x%llx 0x%llx from %llu %llu\n", + printf("get_event host_id %llu generation %llu event 0x%llx data 0x%llx from %llu %llu\n", + (unsigned long long)he.host_id, + (unsigned long long)he.generation, (unsigned long long)he.event, (unsigned long long)he.data, (unsigned long long)from_host,