]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
time: Add basic support for std::chrono based time
authorAdam C. Emerson <aemerson@redhat.com>
Mon, 14 Sep 2015 16:18:57 +0000 (12:18 -0400)
committerSage Weil <sage@redhat.com>
Fri, 18 Dec 2015 20:15:03 +0000 (15:15 -0500)
commit84dcfbd8ba6e4b630dc327c68735403c19517b69
treed5b05348826e689b6cb281a17388c54091bbc00c
parent04e290887ccaad61126657ce9e37645aafab2499
time: Add basic support for std::chrono based time

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/CMakeLists.txt
src/common/Makefile.am
src/common/ceph_time.cc [new file with mode: 0644]
src/common/ceph_time.h [new file with mode: 0644]
src/test/CMakeLists.txt
src/test/Makefile.am
src/test/common/test_time.cc [new file with mode: 0644]