bc9868a network: Introduce virNetworkObjIsPersistent

Authored and Committed by John Ferlan 6 years ago
    network: Introduce virNetworkObjIsPersistent
    
    In preparation to privatize the virNetworkObj - create an accessor function
    to get the current @persistent value.  Also change the value to a bool rather
    than an unsigned int (since that's how it's generated anyway).
    
    Signed-off-by: John Ferlan <jferlan@redhat.com>
    
        
file modified
+7 -0
file modified
+4 -1
file modified
+1 -0
file modified
+5 -4
file modified
+2 -2