From: Greg Hudson Date: Fri, 27 Aug 2010 00:01:03 +0000 (+0000) Subject: In the design section of the plugins2 branch documentation, mention X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e20a678a846f1fa83c1b003f9c213099c3fc6ad2;p=thirdparty%2Fkrb5.git In the design section of the plugins2 branch documentation, mention wrapper functions as a component of a pluggable interface consumer API. git-svn-id: svn://anonsvn.mit.edu/krb5/branches/plugins2@24261 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/README.BRANCH b/README.BRANCH index 61281cf074..aad6f3f0a4 100644 --- a/README.BRANCH +++ b/README.BRANCH @@ -46,6 +46,10 @@ API consists of: pluggable interfaces where the consumer wants to consult all available modules. +* Wrapper functions for each plugin method. Each wrapper function + should typically accept a krb5_context, a handle, and the specific + method arguments. + 3. Producer-facing dynamic module ABI A dynamic object can implement one or more plugin modules. To