diff options
Diffstat (limited to 'src/chattyparser.py')
| -rwxr-xr-x | src/chattyparser.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chattyparser.py b/src/chattyparser.py index 69bdf74..33dbf88 100755 --- a/src/chattyparser.py +++ b/src/chattyparser.py @@ -41,6 +41,7 @@ class Function(Enum): valloc = 6 pvalloc = 7 aligned_alloc = 8 + thread_termination = 9 class Trace: |
