Searched defs:NBDClientConnection (Results 1 – 2 of 2) sorted by relevance
34 struct NBDClientConnection { struct36 SocketAddress *saddr; /* address to connect to */37 QCryptoTLSCreds *tlscreds;38 char *tlshostname;39 NBDExportInfo initial_info;40 bool do_negotiation;41 bool do_retry;43 QemuMutex mutex;45 NBDExportInfo updated_info;74 void nbd_client_connection_enable_retry(NBDClientConnection *conn) in nbd_client_connection_enable_retry() argument
31 typedef struct NBDClientConnection NBDClientConnection; typedef