]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Rename 'direction' to 'type' in remote_message_header
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 10 Jul 2009 12:02:08 +0000 (13:02 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 16 Jul 2009 15:09:48 +0000 (16:09 +0100)
commit27944fac9c4045430055be54b4e4706fce2ee233
treeadfa2f18c8ebc9bbf858392e35f6fae9e8866f27
parentcaaa1b8f13288b6560a65963420a635ca1c2be28
Rename 'direction' to 'type' in remote_message_header

The 'remote_message_header' struct has a mis-leadingly named
field 'direction'. It is really a reflection of the type of
message, and some types can be sent in either direction. Thus
the field is more accurately named 'type'. No function change.

* qemud/remote_protocol.x: Rename 'direction' to 'type' in
  'remote_message_header. Write better docs describing the
  message header field semantics & usage
* qemud/remote_protocol.c, qemud/remote_protocol.h: Regenerate
* qemud/remote.c, qemud/dispatch.c, src/remote_internal.c
  Update to reflect rename of 'direction' to 'type'
qemud/dispatch.c
qemud/remote.c
qemud/remote_protocol.c
qemud/remote_protocol.h
qemud/remote_protocol.x
src/remote_internal.c