summaryrefslogtreecommitdiff
path: root/dist/stat.py
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2011-05-30 11:36:18 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2011-05-30 11:36:18 +1000
commitccf2be5ed6e744e57abafc80f6db49e5abd8774e (patch)
tree1ea5480d3baf4ba52a64305c386984e77d18a439 /dist/stat.py
parent8cc9e4eeb5725655c8fcdcfefc8e1d612215efc8 (diff)
downloadmongo-ccf2be5ed6e744e57abafc80f6db49e5abd8774e.tar.gz
Change all struct names to have the prefix "__wt_", and all corresponding typedefs to start with "WT_".
Diffstat (limited to 'dist/stat.py')
-rw-r--r--dist/stat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/stat.py b/dist/stat.py
index 09ff6793ebe..5ee4c19f82e 100644
--- a/dist/stat.py
+++ b/dist/stat.py
@@ -45,7 +45,7 @@ def print_func(name, list):
f.write('\n')
f.write('int\n')
f.write('__wt_stat_alloc_' + name +
- '_stats(SESSION *session, WT_' +
+ '_stats(WT_SESSION_IMPL *session, WT_' +
name.upper() + '_STATS **statsp)\n')
f.write('{\n')
f.write('\tWT_' + name.upper() + '_STATS *stats;\n\n')