uccross / skyhookdm-ceph-cls

Skyhook Data Management: Storage and management of tabular data in Ceph.
https://www.skyhookdm.com
GNU Lesser General Public License v2.1
13 stars 9 forks source link

extract utility functions that are shared by server- and client-side code #29

Open ivotron opened 4 years ago

ivotron commented 4 years ago

Code that is shared between the tabular cls and clients resides in the same source files. This in turn is causing the build to exit with exit code 2, which results from adding the same CC code on multiple cmake targets. (see this failed build).

For this we have to: