
On 20.05.2015 20:42, Martin Kletzander wrote:
On Wed, May 20, 2015 at 06:11:04PM +0200, Michal Privoznik wrote:
On 20.05.2015 07:19, Martin Kletzander wrote:
For now there are only CONNECT_OPEN and CONNECT_CLOSE procedures.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- .gitignore | 1 + src/Makefile.am | 13 +++++++++- src/admin/admin_protocol.x | 65 ++++++++++++++++++++++++++++++++++++++++++++++ src/admin_protocol-structs | 9 +++++++ 4 files changed, 87 insertions(+), 1 deletion(-) create mode 100644 src/admin/admin_protocol.x create mode 100644 src/admin_protocol-structs
diff --git a/src/admin/admin_protocol.x b/src/admin/admin_protocol.x new file mode 100644 index 0000000..63f6a53 --- /dev/null +++ b/src/admin/admin_protocol.x @@ -0,0 +1,65 @@ +/* -*- c -*- + * admin_protocol.x: private protocol for communicating between + * remote_internal driver and libvirtd. This protocol is + * internal and may change at any time. + * + * Copyright (C) 2014-2015 Red Hat, Inc.
2014?
That's when I started ;) I'll remove that if you want, I don't really care much about the copyrights.
Me neither. It was more of a question than anything. I don't care whether you keep it as is or modify it. Michal