Re: [libvirt] [PATCH 1/5] define interface with vbox_common

2014-06-24 Thread Michal Privoznik
On 23.06.2014 06:25, Taowei wrote: The vboxGlobalData and the vboxUniformedAPI is defined here. It defines the middle layer interface. When using this file, it needs a context to explain how *.c files treat vbox structs in vboxGlobalData(vboxObj, vboxSession and so on). See annotate in this file.

[libvirt] [PATCH 1/5] define interface with vbox_common

2014-06-22 Thread Taowei
The vboxGlobalData and the vboxUniformedAPI is defined here. It defines the middle layer interface. When using this file, it needs a context to explain how *.c files treat vbox structs in vboxGlobalData(vboxObj, vboxSession and so on). See annotate in this file. --- src/vbox/vbox_common.h | 108