diff options
| author | Martin Kletzander <mkletzan@redhat.com> | 2015-06-16 14:08:59 +0200 |
|---|---|---|
| committer | Martin Kletzander <mkletzan@redhat.com> | 2015-06-16 14:08:59 +0200 |
| commit | 2cc6c652cf707afec884ecdc41d2de2c8a04d00f (patch) | |
| tree | 5af28d24315303f64a5c118974f4218c84bc95f3 /src/admin_protocol-structs | |
| parent | 220393bfb04305bc2b3da3f88979ce334868276f (diff) | |
| download | libvirt-2cc6c652cf707afec884ecdc41d2de2c8a04d00f.tar.gz | |
Revert "admin: Add virAdmHello function"
This reverts commit 5792fabb7b712749147e9d03348c798dc1943651.
I mistakenly pushed it along with the Admin API series.
Diffstat (limited to 'src/admin_protocol-structs')
| -rw-r--r-- | src/admin_protocol-structs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/admin_protocol-structs b/src/admin_protocol-structs index f91f7013ad..3ac31fa253 100644 --- a/src/admin_protocol-structs +++ b/src/admin_protocol-structs @@ -2,14 +2,7 @@ struct admin_connect_open_args { u_int flags; }; -struct admin_hello_args { - u_int flags; -}; -struct admin_hello_ret { - admin_string greeting; -}; enum admin_procedure { ADMIN_PROC_CONNECT_OPEN = 1, ADMIN_PROC_CONNECT_CLOSE = 2, - ADMIN_PROC_HELLO = 3, }; |
