df8192a admin: Rename virAdmConnect to virAdmDaemon

Authored and Committed by mkletzan 8 years ago
    admin: Rename virAdmConnect to virAdmDaemon
    
    virAdmConnect was named after virConnect, but after some discussions,
    most of the APIs called will be working with remote daemon and starting
    them virAdmDaemon will make more sense.  Only possibly controversal name
    is CloseCallback (de)registration, and connecting to the daemon (which
    will still be Open/Close), but even this makes sense if one thinks about
    the daemon being opened and closed, e.g. as file, etc.
    
    This way all the APIs working with the daemon will start with
    virAdmDaemon prefix, they will accept virAdmDaemonPtr as first parameter
    and that will better suit with other namings as well (virDomain*,
    virAdmServer*, etc.).
    
    Because in virt-admin, the connection name does not refer to a struct
    that would have a connect in its name, also adjust 'connname' in
    clients.  And because it is not used anywhere in the vsh code, move it
    from there into each client.
    
    Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
    
        
file modified
+11 -11
file modified
+23 -25
file modified
+5 -5
file modified
+18 -18
file modified
+5 -5
file modified
+19 -19
file modified
+14 -14
file modified
+97 -98
file modified
+1 -1
file modified
+9 -9
file modified
+1 -0
file modified
+33 -32
file modified
+2 -1
file modified
+0 -1