From 1c4522e5df79bd197feab8448008fc2bf6b4ea2e Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 28 Jun 2013 17:19:22 +0200 Subject: trust: Rename p11_index_batch() to p11_index_load() The name makes it clearer what's going on. This is only used during loading, so we can track whether a change has resulted from the trust module or from the file storage. --- trust/index.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trust/index.h') diff --git a/trust/index.h b/trust/index.h index 2f44d0c..0072fee 100644 --- a/trust/index.h +++ b/trust/index.h @@ -74,11 +74,11 @@ void p11_index_free (p11_index *index); int p11_index_size (p11_index *index); -void p11_index_batch (p11_index *index); +void p11_index_load (p11_index *index); void p11_index_finish (p11_index *index); -bool p11_index_in_batch (p11_index *index); +bool p11_index_loading (p11_index *index); CK_RV p11_index_take (p11_index *index, CK_ATTRIBUTE *attrs, -- cgit v1.1