objclass-sdk: expose __cls_init() to the world#21581
Conversation
|
this regression was introduced by #21571 it should address failures like http://pulpito.ceph.com/kchai-2018-04-21_06:05:10-rados-wip-kefu-testing-2018-04-21-0943-distro-basic-smithi/2424825/ |
the __cls_init() function should be visible. otherwise we cannot call it to register the cls methods Signed-off-by: Kefu Chai <kchai@redhat.com>
34adbe6 to
096668e
Compare
|
|
||
| struct obj_list_watch_response_t; | ||
|
|
||
| #if __GNUC__ >= 4 |
There was a problem hiding this comment.
i dropped this check, because GCC-7 is required to build ceph now.
|
FYI -- My local build fails since |
|
@dillaman but it passed jenkins' "make check" run, where |
|
@tchaikov Check the log -- it doesn't actually build |
|
@dillaman ahh, right! it just "make tests"! will take a closer look tomorrow morning. |
|
@tchaikov Gotcha, cool -- I couldn't immediately figure out the difference between my environment and jenkins. |
the __cls_init() function should be visible. otherwise we cannot call it
to register the cls methods
Signed-off-by: Kefu Chai kchai@redhat.com