]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
messenger protocol changes
authorSage Weil <sage@newdream.net>
Wed, 1 Oct 2008 22:03:41 +0000 (15:03 -0700)
committerSage Weil <sage@newdream.net>
Wed, 1 Oct 2008 22:03:50 +0000 (15:03 -0700)
commit73c689cb5d7a7c6aeb51ac6b6d6b0f2ea0cda736
tree2cdd2e3f41dd5858f9ea999d0beca39a10ccd036
parent5ca0b3305d9b6471f70a768397ffb13f4d6db192
messenger protocol changes

There is now a plaintext banner that is exchanged so that both ends can
verify they are talking to the right software.  This string should be
changed each time the wire protocol changes.

There are also mon, osd, and mds specific protocol versions defined, but
these are not yet used.
src/include/ceph_fs.h
src/kernel/messenger.c
src/kernel/messenger.h
src/msg/SimpleMessenger.cc