Add missing dtrace probes for abandon events

This commit is contained in:
Patrick Mooney 2015-02-18 09:17:23 -06:00
parent 495ea2afce
commit ffe5a16604
1 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,9 @@ var SERVER_PROBES = {
'server-unbind-start': ['int', 'char *', 'char *', 'char *'],
'server-unbind-done': ['int', 'char *', 'char *', 'char *', 'int', 'char *'],
'server-abandon-start': ['int', 'char *', 'char *', 'char *'],
'server-abandon-done': ['int', 'char *', 'char *', 'char *', 'int', 'char *'],
// remote IP
'server-connection': ['char *']
};