-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMakeLists.txt: added linker for GIO
handle.h: added option for LRO_NETWORK_WAIT and a helper function for handling netowork wait handle.c: Added callback function required for GMainEventLoop and functionality for option handle-py.c: Added the case for LRO_NETWORK_WAIT Adds API support for waiting on network: This waits for clients network interfaces till the specified time. lr_handle_setopt(priv->repo_handle, error, LRO_NETWORK_WAIT, seconds) This parses metalinkurl/baseurl and polls g_network_monitor_can_reach() in an event driven manner with the help of GMainEventLoop.
- Loading branch information
1 parent
66d4f81
commit 2541042
Showing
4 changed files
with
86 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters