aboutsummaryrefslogtreecommitdiff
path: root/src/chattyparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/chattyparser.py')
-rwxr-xr-xsrc/chattyparser.py1
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: