Skip to content

Commit

Permalink
[irods#7602] Deprecate msiSetResource
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinFlores751 authored and alanking committed Apr 9, 2024
1 parent 1b4170d commit 7466e23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doxygen/microservices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
- #msiSetDataObjAvoidResc - Specifies the copy to avoid
- #msiSetGraftPathScheme - Sets the scheme for composing the physical path in the vault to GRAFT_PATH
- #msiSetRandomScheme - Sets the the scheme for composing the physical path in the vault to RANDOM
- #msiSetResource - sets the resource from default
- #msiSetResource - (Deprecated) sets the resource from default
- #msiSetNumThreads - specify the parameters for determining the number of threads to use for data transfer
- #msiNoChkFilePathPerm - Does not check file path permission when registering a file
- #msiSetChkFilePathPerm - Sets the check type for file path permission check when registering a file
Expand Down
2 changes: 2 additions & 0 deletions server/re/src/icatGeneralMS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ msiQuota( ruleExecInfo_t *rei ) {
*
* \since pre-2.1
*
* \deprecated Deprecated in 4.3.2. Its use should be avoided.
*
*
* \note This microservice sets the resource as part of a workflow execution.
*
Expand Down

0 comments on commit 7466e23

Please sign in to comment.