commit | 4b38ce956c270a28fd0aa018f448b082371a08b1 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Mon Jun 27 00:02:41 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Mon Jun 27 00:10:08 2016 +0000 |
tree | ee706c5756b1b53477782efa2fdea7a127d06e9d | |
parent | 26f90afc686afcf01807e75515541085081f670b [diff] |
net.c: move fallback definition of struct mmsghdr to a separate file. * msghdr.h: New file. * Makefile.am (strace_SOURCES): Add it. * net.c: Include it. Move fallback definition of struct mmsghdr there. * tests/mmsg.c: Include "msghdr.h". Remove fallback definition of struct mmsghdr.
This is strace -- a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.
strace is released under a Berkeley-style license at the request of Paul Kranenburg; see the file COPYING for details.
See the file NEWS for information on what has changed in recent versions.
Please send bug reports and enhancements to the strace mailing list.