diff options
author | tpnguyen <tpnguyen> | 2006-06-24 06:10:22 +0000 |
---|---|---|
committer | tpnguyen <tpnguyen> | 2006-06-24 06:10:22 +0000 |
commit | 83640d23d95c5bd4d3206c959400ed9d2fb718f9 (patch) | |
tree | 8f834fad09f105b9e5bb64caa41b6097138592b8 /testsuite/buildok/tcp_test.stp | |
parent | c587b35d1025b3eb8f1161cfc11abfd0150dfb12 (diff) | |
download | systemtap-steved-83640d23d95c5bd4d3206c959400ed9d2fb718f9.tar.gz systemtap-steved-83640d23d95c5bd4d3206c959400ed9d2fb718f9.tar.xz systemtap-steved-83640d23d95c5bd4d3206c959400ed9d2fb718f9.zip |
Added udp test and updated tcp test
Diffstat (limited to 'testsuite/buildok/tcp_test.stp')
-rwxr-xr-x | testsuite/buildok/tcp_test.stp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/buildok/tcp_test.stp b/testsuite/buildok/tcp_test.stp index 26d9bb94..a262ab29 100755 --- a/testsuite/buildok/tcp_test.stp +++ b/testsuite/buildok/tcp_test.stp @@ -8,8 +8,8 @@ function print_report() } probe tcp.sendmsg { - ports = tcp_get_local_port(sk) - src_ips = tcp_get_ip_source(sk) + ports = inet_get_local_port(sk) + src_ips = inet_get_ip_source(sk) rtos = tcp_get_info_rto(sk) } |