commit | 771294fe0724d92157048650f3585e7be606d0f8 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Wed Nov 18 16:37:14 2020 +0100 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Dec 14 23:21:49 2020 +0100 |
tree | 777cf2905c10b7518530b4b3ae25c6324448abf4 | |
parent | fc4c128e15b50c73466dcd7234dde02f6fd9e4f8 [diff] |
libceph: factor out ceph_con_get_out_msg() Move the logic of grabbing the next message from the queue into its own function. Like ceph_con_in_msg_alloc(), this is protocol independent. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>