mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 10:42:45 +00:00
Add execute bits to tcpstate script.
This commit is contained in:
parent
61948b2577
commit
6b740d6ecc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=279754
@ -41,6 +41,6 @@ tcp:kernel::state-change
|
||||
{
|
||||
newstate = args[3]->tcps_state;
|
||||
oldstate = args[5]->tcps_state;
|
||||
printf("%s\t\t%s\n", tcp_state_string[oldstate],
|
||||
printf("%d %s\t\t%s\n", args[1]->pid, tcp_state_string[oldstate],
|
||||
tcp_state_string[newstate]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user