From 2302155613243857e1d86148b7b3fcd7b66c788a Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sun, 20 Mar 2011 21:09:24 -0400 Subject: [PATCH] ck_epoch: Reference Fraser's thesis. --- include/ck_epoch.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/ck_epoch.h b/include/ck_epoch.h index eccf1a7..91d624f 100644 --- a/include/ck_epoch.h +++ b/include/ck_epoch.h @@ -27,6 +27,12 @@ #ifndef _CK_EPOCH_H #define _CK_EPOCH_H +/* + * The implementation here is inspired from the work described in: + * Fraser, K. 2004. Practical Lock-Freedom. PhD Thesis, University + * of Cambridge Computing Laboratory. + */ + #include #include #include