summaryrefslogtreecommitdiff
path: root/lib/ntdb/test/external-agent.h
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2012-06-18 22:30:29 +0930
committerRusty Russell <rusty@rustcorp.com.au>2012-06-19 05:38:06 +0200
commit40cf08823dadb7f2f9cb3b32c2e64b6242522ef4 (patch)
tree92ae2284e9c3c7277b9b724a7cd828d76f982716 /lib/ntdb/test/external-agent.h
parent3bccb610c166df1ce2ea5c8a80daa451bd6edf67 (diff)
downloadsamba-40cf08823dadb7f2f9cb3b32c2e64b6242522ef4.tar.gz
samba-40cf08823dadb7f2f9cb3b32c2e64b6242522ef4.tar.bz2
samba-40cf08823dadb7f2f9cb3b32c2e64b6242522ef4.zip
ntdb: enhance external-helper test code.
Our external test helper is a bit primitive when it comes to doing STORE or FETCH commands: let us specify the data we expect, instead of assuming it's the same as the key. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'lib/ntdb/test/external-agent.h')
-rw-r--r--lib/ntdb/test/external-agent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ntdb/test/external-agent.h b/lib/ntdb/test/external-agent.h
index c6b83d5b49..559a92cd03 100644
--- a/lib/ntdb/test/external-agent.h
+++ b/lib/ntdb/test/external-agent.h
@@ -29,7 +29,7 @@ enum agent_return {
/* Ask the external agent to try to do an operation.
* name == ntdb name for OPEN/OPEN_WITH_CLEAR_IF_FIRST,
- * record name for FETCH/STORE (store stores name as data too)
+ * <key>=<data> for FETCH/STORE.
*/
enum agent_return external_agent_operation(struct agent *handle,
enum operation op,