]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: move callback typedefs and arg struct into ceph_ll_client.h
authorJeff Layton <jlayton@redhat.com>
Thu, 16 Apr 2020 16:09:54 +0000 (12:09 -0400)
committerJeff Layton <jlayton@redhat.com>
Thu, 30 Apr 2020 20:20:01 +0000 (16:20 -0400)
commit8370f70cacfb0bccc96d121cab687376155e8b8d
tree1dcb11bb44f771cebe5786900fa34f256e45c7d8
parent4436f27a0476e96d10ed3367d738e1679d8b0a38
client: move callback typedefs and arg struct into ceph_ll_client.h

Put them in a common interface header file. This also allows us to
eliminate the duplicate definition of ceph_deleg_cb_t in Delegation.h.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
src/client/Client.cc
src/client/Client.h
src/client/Delegation.h
src/client/fuse_ll.cc
src/include/cephfs/ceph_ll_client.h
src/include/cephfs/libcephfs.h
src/libcephfs.cc