Home
last modified time | relevance | path

Searched defs:NBDClientConnection (Results 1 – 2 of 2) sorted by relevance

/qemu/nbd/
H A Dclient-connection.c36 struct NBDClientConnection { struct
38 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
/qemu/include/block/
H A Dnbd.h31 typedef struct NBDClientConnection NBDClientConnection; typedef