citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 7ff83ba2e217b84f6773050bfdf0a8064f481708
parent ab57138351cb8c6a0beefad05107cdd0f0ff6d6c
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Thu, 31 Mar 2016 20:05:51 -0600

lib: add function comment

Diffstat:
Mlib/runtime.c | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/lib/runtime.c b/lib/runtime.c @@ -118,6 +118,10 @@ send_metadata(int fd) } } +/* + * For each link in the instrumented translation unit chain send the contents + * of that links execution buffers. + */ void send_execution_data(int fd) {