summaryrefslogtreecommitdiff
path: root/src/txn/txn_log.c
diff options
context:
space:
mode:
authorAlex Gorrod <alexander.gorrod@mongodb.com>2016-12-12 01:05:55 +0000
committerAlex Gorrod <alexander.gorrod@mongodb.com>2016-12-12 01:05:55 +0000
commit1b6c815a3fd34f14c20d5cd627155799d1de535c (patch)
tree911f6ad44b383e1276bb0978cc658b8a2bfa3f50 /src/txn/txn_log.c
parentca6eee06ffdacc8e191987e64b3791740dad21e1 (diff)
parent1b812c0aa2fbab91e289642b0a8d02d65c879438 (diff)
downloadmongo-1b6c815a3fd34f14c20d5cd627155799d1de535c.tar.gz
Merge branch 'develop' into mongodb-3.6mongodb-3.5.1
Diffstat (limited to 'src/txn/txn_log.c')
-rw-r--r--src/txn/txn_log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/txn/txn_log.c b/src/txn/txn_log.c
index f1b78879d76..5f4704b40c4 100644
--- a/src/txn/txn_log.c
+++ b/src/txn/txn_log.c
@@ -551,6 +551,7 @@ __txn_printlog(WT_SESSION_IMPL *session,
*/
int
__wt_txn_printlog(WT_SESSION *wt_session, uint32_t flags)
+ WT_GCC_FUNC_ATTRIBUTE((visibility("default")))
{
WT_SESSION_IMPL *session;
WT_TXN_PRINTLOG_ARGS args;