Project

General

Profile

Actions

Feature #760

closed

librbd: Include headers in the development package

Added by Wido den Hollander about 13 years ago. Updated about 13 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
librbd
Target version:
-
% Done:

70%

Spent time:
Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

Right now librbd.h and librbd.hpp are not added to librbd1-dev

Attached is a patch which includes them.


Files

Actions #1

Updated by Wido den Hollander about 13 years ago

Not worth opening a new issue, see the second patch.

Use the right namespace for string and bufferlist.

Actions #2

Updated by Sage Weil about 13 years ago

  • Assignee set to Yehuda Sadeh
Actions #3

Updated by Yehuda Sadeh about 13 years ago

Applying the first patch. Shouldn't the namespace in the second one be ceph and not librados?

Actions #4

Updated by Wido den Hollander about 13 years ago

It's declared in rados/buffer.h, so it should be librados?

Btw, you just added AIO write with a bufferlist without a namespace.

Actions #5

Updated by Yehuda Sadeh about 13 years ago

  • Status changed from New to Resolved

Actually rados/buffer.h is just a symlink to include/buffer.h and is actually under the ceph namespace and shared between the server and client code. I modified the librbd.hpp to use the ceph namespace.

Actions

Also available in: Atom PDF