commit | 74f1869f76d043bad12ec03b4d5f04a8c3d1f157 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Wed May 16 15:16:39 2012 -0500 |
committer | Alex Elder <elder@dreamhost.com> | Thu May 17 08:18:12 2012 -0500 |
tree | fcce410d255e2660fc82532c70de1b2f60a956c6 | |
parent | 6c4a19158b96ea1fb8acbe0c1d5493d9dcd2f147 [diff] |
ceph: messenger: reduce args to create_authorizer Make use of the new ceph_auth_handshake structure in order to reduce the number of arguments passed to the create_authorizor method in ceph_auth_client_ops. Use a local variable of that type as a shorthand in the get_authorizer method definitions. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Sage Weil <sage@inktank.com>