summaryrefslogtreecommitdiffstats
path: root/src/cls_crypto.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cls_acl/_crypto: Add modelineShinobu Kinjo2017-11-191-1/+2
| | | | Signed-off-by: Shinobu Kinjo <shinobu@redhat.com>
* embedded: Add RADOS classes to embedded cephd libraryBassam Tabbara2016-11-291-6/+5
| | | | | | | | | | | | | | | | | | | RADOS classes can now be statically compiled and added to the embedded cephd library. The RADOS ClassHandler now has an option to skip calling dlclose just like PluginRegistry. All RADOS classes where changed to use a CLS_INIT macro that will either use __cls_init or classname_cls_init. this enables the static compiling of all RADOS classes in a single library. Also global method definitions where moved to inside cls_init. Also added a few aconfig defines including WITH_EMBEDDED, WITH_CEPHFS, WITH_RBD, and WITH_KVS. Note that WITH_RBD was not defined before and the ceph-dencoder was broken when it was turned on. Signed-off-by: Bassam Tabbara <bassam.tabbara@quantum.com>
* cls_crypto.cc: remove some unused variablesDanny Al-Gaaf2013-02-271-5/+0
| | | | Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* cls: export relevant functionsYehuda Sadeh2010-06-101-1/+1
|
* osd: read/write op flags revision (for class methods)Yehuda Sadeh2009-06-091-2/+2
|
* objclass: fix compilationSage Weil2009-06-081-0/+1
|
* class: added fileYehuda Sadeh2009-05-291-0/+81