diff options
author | Kim Alvefur <zash@zash.se> | 2017-03-01 17:37:29 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-03-01 17:37:29 +0100 |
commit | 4eedc9e06ddc4dc01393439f83dd361081ea4ea2 (patch) | |
tree | dc245baecf342b8d24479d70af4a119d5f12360d | |
parent | c0c7406558c6b1af66341da2beeab9c2f0317737 (diff) | |
download | prosody-4eedc9e06ddc4dc01393439f83dd361081ea4ea2.tar.gz prosody-4eedc9e06ddc4dc01393439f83dd361081ea4ea2.zip |
util.datamanager: Expose atomic_store as store_raw
-rw-r--r-- | util/datamanager.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/datamanager.lua b/util/datamanager.lua index d36865d7..2b47c3c4 100644 --- a/util/datamanager.lua +++ b/util/datamanager.lua @@ -415,6 +415,7 @@ return { load = load; store = store; append_raw = append; + store_raw = atomic_store; list_append = list_append; list_store = list_store; list_load = list_load; |