summaryrefslogtreecommitdiff
path: root/trust/index.h
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2013-06-28 17:19:22 +0200
committerStef Walter <stef@thewalter.net>2013-07-03 11:46:28 +0200
commit1c4522e5df79bd197feab8448008fc2bf6b4ea2e (patch)
treeb33284d2501cb32a6cf9fc0e9b0983220c174fb7 /trust/index.h
parent17bc43cb82320f2aba4ccb804bd8599232524c6a (diff)
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.
Diffstat (limited to 'trust/index.h')
-rw-r--r--trust/index.h4
1 files changed, 2 insertions, 2 deletions
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,