From: Nitay Joffe Date: Tue, 14 Aug 2012 00:36:55 +0000 (-0700) Subject: Add exception_tracer X-Git-Tag: v0.22.0~1211 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=37f0ea5436571ecb77d1550991f02ba1b066ccec;p=folly.git 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 --- 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.