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