Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

librbd: include missing header for bool type #6798

Merged
merged 1 commit into from Dec 4, 2015

Conversation

trociny
Copy link
Contributor

@trociny trociny commented Dec 4, 2015

Signed-off-by: Mykola Golub mgolub@mirantis.com

Signed-off-by: Mykola Golub <mgolub@mirantis.com>
@trociny
Copy link
Contributor Author

trociny commented Dec 4, 2015

@dillaman I had this error when building with lttng:

  CC       tracing/librbd_tp_la-librbd.lo
In file included from tracing/librbd.h:14:0,
                 from tracing/librbd.c:6:
./include/rbd/librbd.h:165:62: error: unknown type name 'bool'
 CEPH_RBD_API int rbd_mirror_is_enabled(rados_ioctx_t io_ctx, bool *enabled);
                                                              ^
./include/rbd/librbd.h:166:63: error: unknown type name 'bool'
 CEPH_RBD_API int rbd_mirror_set_enabled(rados_ioctx_t io_ctx, bool enabled);

@dillaman dillaman added the rbd label Dec 4, 2015
dillaman pushed a commit that referenced this pull request Dec 4, 2015
librbd: include missing header for bool type

Reviewed-by: Jason Dillaman <dillaman@redhat.com>
@dillaman dillaman merged commit 1fffb25 into ceph:master Dec 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants