Re: [PATCH 2/6] gendispatch: Don't use virXXXPtr for internal types

2021-03-12 Thread Ján Tomko
On a Thursday in 2021, Michal Privoznik wrote: The use of virXXXPtr is going away soon, therefore use 'virXXX *' instead. Signed-off-by: Michal Privoznik --- src/rpc/gendispatch.pl | 66 +- 1 file changed, 33 insertions(+), 33 deletions(-) Reviewed-by:

[PATCH 2/6] gendispatch: Don't use virXXXPtr for internal types

2021-03-11 Thread Michal Privoznik
The use of virXXXPtr is going away soon, therefore use 'virXXX *' instead. Signed-off-by: Michal Privoznik --- src/rpc/gendispatch.pl | 66 +- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/src/rpc/gendispatch.pl b/src/rpc/gendispatch.pl