summaryrefslogtreecommitdiff
path: root/README.multi-thread
AgeCommit message (Collapse)AuthorFilesLines
2012-02-16usbredirhost: Allow re-using a host instance with multiple devicesHans de Goede1-1/+2
See the description of the new usbredirhost_set_device() function in usbredirhost/usbredirhost.h Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2011-12-19Allow specifying locking functions for multi-threading on open / createHans de Goede1-18/+9
Having separate set_locking_funcs functions causes the locking functions to be available potentially too late. And it just is not very pretty. This commit changes the API (in a way which is backward compat with 0.3.1), so that locking functions can be specified at creation time, just like all the other callbacks. This commit also bumps the reported version to 0.3.2, so that apps using libusbredirhost can check for this version to check the presence of the new usbredirhost_open_full function. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2011-12-02README.multi-thread: document the usages of the write flush callbackHans de Goede1-0/+9
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2011-08-24libusbredir*: Add (limited) multi-threading supportHans de Goede1-0/+73