[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Toralf Förster <toralf.foerster@xxxxxx>
---
 trinity.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/trinity.c b/trinity.c
index b95d287..a68dc18 100644
--- a/trinity.c
+++ b/trinity.c
@@ -235,8 +235,9 @@ int main(int argc, char* argv[])
 
 	waitpid(shm->watchdog_pid, &childstatus, 0);
 
-	printf("\nRan %ld syscalls. Successes: %ld  Failures: %ld\n",
-		shm->total_syscalls_done - 1, shm->successes, shm->failures);
+	printf("\nRan %ld syscalls. Successes: %ld  Failures: %ld  Killed: %ld\n",
+		shm->total_syscalls_done - 1, shm->successes, shm->failures,
+		shm->total_syscalls_done - 1 - shm->successes - shm->failures);
 
 	ret = EXIT_SUCCESS;
 
-- 
1.8.1.5

--
To unsubscribe from this list: send the line "unsubscribe trinity" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux SCSI]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux