From 37f0ea5436571ecb77d1550991f02ba1b066ccec Mon Sep 17 00:00:00 2001 From: Nitay Joffe Date: Mon, 13 Aug 2012 17:36:55 -0700 Subject: [PATCH] Add exception_tracer Summary: script to wrap gateway to run it with exception tracer. Test Plan: deploy Reviewed By: rajat@fb.com FB internal diff: D548147 --- folly/Synchronized.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/Synchronized.h b/folly/Synchronized.h index ad365b88..94474037 100644 --- a/folly/Synchronized.h +++ b/folly/Synchronized.h @@ -186,8 +186,8 @@ struct Synchronized { * constructor. */ Synchronized() = default; - /** + * Copy constructor copies the data (with locking the source and * all) but does NOT copy the mutex. Doing so would result in * deadlocks. -- 2.34.1