/
githubmirror
/
ceph
ОбзорДокументацияВойти
/
githubmirror
/
ceph
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
ceph/
examples/librados/
..
Makefile

examples: Compile with c++20

4 года назад
hello_radosstriper.cc

examples/librados: fix memory pointed to by 'rs' is freed twice.

год назад
hello_world.cc

Add missing blank line after comment block

10 месяцев назад
hello_world.readme

examples: fix link order in librados example Makefile

9 лет назад
hello_world_c.c

Added blank line after header block

10 месяцев назад
hello_world.readme
This simple librados program can be built by running "make" (and cleaned up
with "make clean"), assuming you have librados-dev already installed.
 
By default, the makefile will build against the librados headers and library in your
build tree (ie. using relative paths). If you would like to build the examples against
your system librados and headers, use "make all-system".
 
And executed using
./hello_world_cpp -c ../../src/ceph.conf
(or whatever path to a ceph.conf is appropriate to you, or
by explicitly specifying monitors, user id, and keys).
 
It demonstrates using librados in a non-Ceph project and the code should
be self-explanatory.