Daniel P. Berrange aa23d432cd Change code generator to give async event messages their own postfix
The naming convention for structs used in the RPC layer is for
incoming requests to be called XXXX_args, and the associated
outgoing reply to be called XXXX_ret.  Asynchronously emitted
messages (eg events) are re-using the XXXX_ret naming scheme.
This patch changes that such that async messages are XXXX_msg,
and stops adding entries for them in the dispatch table, avoiding
the need for a dummy no-op implementation.

* qemud/remote.c: Remove dummy remoteDispatchDomainEvent, no
  longer required. Update to replace remote_domain_event_ret
  with xdr_remote_domain_event_msg
* qemud/remote_protocol.x: Rename remote_domain_event_ret to
  remote_domain_event_msg
* qemud/remote_generate_stubs.pl: Adding handling for new
  XXX_msg structs.
* src/remote_internal.c: Rename remote_domain_event_ret to
  remote_domain_event_msg
* qemud/remote_dispatch_prototypes.h, qemud/remote_dispatch_ret.h,
  qemud/remote_dispatch_table.h, qemud/remote_protocol.h,
  qemud/remote_protocol.c: auto-regenerate
2009-07-16 16:09:47 +01:00
..
2009-07-16 15:06:42 +02:00
2009-06-03 11:13:33 +00:00
2009-06-03 11:13:33 +00:00
2008-11-17 11:03:25 +00:00
2008-12-04 21:09:20 +00:00
2008-12-04 21:09:20 +00:00
2009-05-08 10:05:56 +00:00
2009-01-15 19:56:05 +00:00
2008-11-07 16:43:23 +00:00
2009-07-16 15:06:42 +02:00
2009-07-16 15:06:42 +02:00
2009-06-29 17:09:42 +00:00
2009-06-29 17:09:42 +00:00
2008-11-17 11:03:25 +00:00
2008-11-17 11:03:25 +00:00
2009-07-16 15:06:42 +02:00
2009-07-16 15:06:42 +02:00
2009-06-17 08:38:17 +00:00
2009-07-16 15:06:42 +02:00
2009-07-16 15:06:42 +02:00
2009-07-16 16:50:23 +02:00
2009-03-16 13:54:26 +00:00
2009-01-15 19:56:05 +00:00
2009-01-15 19:56:05 +00:00
2009-01-15 19:56:05 +00:00
2009-01-15 19:56:05 +00:00
2009-01-15 19:56:05 +00:00
2009-01-15 19:56:05 +00:00
2009-07-16 15:06:42 +02:00
2009-07-16 16:40:08 +02:00
2009-01-21 18:11:14 +00:00