forked from irods/irods_capability_storage_tiering
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[irods#296] Replace proxy_connection with client_connection
The proxy_connections used by this plugin are equivalent to using the irods::experimental::client_connection provided by the iRODS client library except for modifying the authFlag. Seeing as everything is done by client connections as admins in the plugin now, the authFlag doesn't matter as much anymore. As such, all instances of proxy_connection can be replaced and the whole header file has been removed. Also removes the unused exec_as_user header file.
- Loading branch information
Showing
4 changed files
with
51 additions
and
186 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
71 changes: 0 additions & 71 deletions
71
include/irods/private/storage_tiering/proxy_connection.hpp
This file was deleted.
Oops, something went wrong.
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