
6 Apr
2017
6 Apr
'17
7:59 a.m.
On 04/05/2017 09:11 PM, Vasiliy Tolstov wrote:
2017-04-05 17:53 GMT+03:00 Andrea Bolognani <abologna@redhat.com>:
That is true as long as you stick with the public API.
If you start messing with the internal RPC and a change in libvirt breaks your code, you get to keep both pieces.
I think in case of internal rpc i need to monitor each libvirt release and check git diff or src/remote/remote_protocol.x
That is not going to be enough. The RPC protocol is spread among other files too. You really should not hook into our RPC protocol. My question is still unanswered though - why do you need it anyway? Michal