diff options
author | 2011-06-28 11:44:01 -0600 | |
---|---|---|
committer | 2011-06-28 11:44:01 -0600 | |
commit | c65fcce8ed7d2c4e6f522b91aae35d868e3455c9 (patch) | |
tree | fe870d8ba08fdb58dfcf33d364ac6b3f4b44342b | |
parent | build: sanlock-devel is not in F15 yet (diff) | |
download | libvirt-c65fcce8ed7d2c4e6f522b91aae35d868e3455c9.tar.gz libvirt-c65fcce8ed7d2c4e6f522b91aae35d868e3455c9.tar.bz2 libvirt-c65fcce8ed7d2c4e6f522b91aae35d868e3455c9.zip |
build: fix 'make check' when pdwtags is available
Problem introduced in commit 6818cf86.
* src/remote_protocol-structs: Delete unused struct.
-rw-r--r-- | src/remote_protocol-structs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/remote_protocol-structs b/src/remote_protocol-structs index c07ba81cb..25979b4ba 100644 --- a/src/remote_protocol-structs +++ b/src/remote_protocol-structs @@ -1615,11 +1615,3 @@ struct remote_domain_get_control_info_ret { u_int details; uint64_t stateTime; }; -struct remote_message_header { - u_int prog; - u_int vers; - int proc; - remote_message_type type; - u_int serial; - remote_message_status status; -}; |