mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
committed by
Michal Privoznik
parent
17cfff6f17
commit
3f0a757e80
@@ -31,7 +31,7 @@
|
||||
* VIR_CONNECT_MAGIC:
|
||||
*
|
||||
* magic value used to protect the API when pointers to connection structures
|
||||
* are passed down by the uers.
|
||||
* are passed down by the users.
|
||||
*/
|
||||
# define VIR_CONNECT_MAGIC 0x4F23DEAD
|
||||
# define VIR_IS_CONNECT(obj) ((obj) && (obj)->magic==VIR_CONNECT_MAGIC)
|
||||
|
||||
Reference in New Issue
Block a user