]> sourceware.org Git - systemtap.git/commit
Replace _sendflags_str() and _recvflags_str() with _msg_flags_str().
authorDavid Smith <dsmith@redhat.com>
Wed, 26 Mar 2014 14:43:23 +0000 (09:43 -0500)
committerDavid Smith <dsmith@redhat.com>
Wed, 26 Mar 2014 14:43:23 +0000 (09:43 -0500)
commit4625997363a0b479d4fa3912ed2e1acb187d0aac
tree9a2f62a97e25609ff04a86317673dbc9bcfdbbdc
parentc7f9cc175ebd6504808f1d4f642cbb22c4f423ac
Replace _sendflags_str() and _recvflags_str() with _msg_flags_str().

* tapset/linux/aux_syscalls.stp (_msg_flags_str): New function to replace
  _sendflags_str() and _recvflags_str().
  (_sendflags_str): Deprecated and reimplemented with _msg_flags_str().
  (_recvflags_str): Ditto.
* tapset/linux/syscalls2.stp: Replace _sendflags_str() and
  _recvflags_str() with _msg_flags_str().
* tapset/linux/nd_syscalls2.stp: Ditto.
* testsuite/buildok/aux_syscalls-embedded.stp: Test _msg_flags_str().
* NEWS: Mention deprecations.
NEWS
tapset/linux/aux_syscalls.stp
tapset/linux/nd_syscalls2.stp
tapset/linux/syscalls2.stp
testsuite/buildok/aux_syscalls-embedded.stp
This page took 0.027543 seconds and 5 git commands to generate.