From 056f83d43b90d7c776f92f8908ad0ad46eec2fb3 Mon Sep 17 00:00:00 2001 From: William Brown Date: Feb 04 2017 11:05:04 +0000 Subject: Update to docs --- diff --git a/src/sds/sds.h b/src/sds/sds.h index bddbce4..6c31fc0 100644 --- a/src/sds/sds.h +++ b/src/sds/sds.h @@ -633,7 +633,8 @@ typedef struct _sds_bptree_instance { * commits the delete on a plugin, this drops the ref count, but not below 0 - the operation can continue safely. * * Once the operation is complete, the transaction is closed. At this point, the vacuum runs during close, which would - * trigger the value free function. This would now actually close the plugin pointers, values etc. + * trigger the value free function. This would now actually close the plugin pointers, values. Additionally, the correct use + * of the transaction guarantees the memory content of the plugin is correct due to the barriers inside of the transaction. * */ typedef struct _sds_bptree_cow_instance {