summaryrefslogtreecommitdiff
path: root/usbredirhost
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2021-02-02 14:11:10 +0100
committerVictor Toso <victortoso@redhat.com>2021-02-17 13:11:31 +0100
commit5ee8d8b3b6be13e1856f997b4ec0a43de551deaa (patch)
tree7462fe40e6265871b3cc0b66c8c8ac0f1ad80fa4 /usbredirhost
parente2201e74dd78947326164dfc7df6dc04710a0804 (diff)
docs: Format Multithreading doc in Markdown
Renamed removing the README as it is already in the docs folder. Signed-off-by: Victor Toso <victortoso@redhat.com>
Diffstat (limited to 'usbredirhost')
-rw-r--r--usbredirhost/usbredirhost.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usbredirhost/usbredirhost.h b/usbredirhost/usbredirhost.h
index e6ca909..25f60d6 100644
--- a/usbredirhost/usbredirhost.h
+++ b/usbredirhost/usbredirhost.h
@@ -58,7 +58,7 @@ typedef uint64_t (*usbredirhost_buffered_output_size)(void *priv);
to make sure that libusb_handle_events gets called (using the
libusb_context from the passed in libusb_device_handle) when there are
events waiting on the filedescriptors libusb_get_pollfds returns
- 3) usbredirhost is partially multi-thread safe, see README.multi-thread
+ 3) usbredirhost is partially multi-thread safe, see docs/multi-thread.md
*/
enum {
@@ -73,7 +73,7 @@ struct usbredirhost *usbredirhost_open(
usbredirparser_write write_guest_data_func,
void *func_priv, const char *version, int verbose, int flags);
-/* See README.multi-thread */
+/* See docs/multi-thread.md */
struct usbredirhost *usbredirhost_open_full(
libusb_context *usb_ctx,
libusb_device_handle *usb_dev_handle,