Skip to content

Commit

Permalink
Rename deprecated version of constructPartFilename
Browse files Browse the repository at this point in the history
- Redoing this because it must have been lost in the rebase
  • Loading branch information
jackdelv committed Dec 17, 2024
1 parent 8c3bc48 commit c49964c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dali/base/dadfs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ extern da_decl cost_type calcDiskWriteCost(const StringArray & clusters, stat_ty


// Deprecated and should be removed and new feature tested
RemoteFilename &constructPartFilename(IGroup *grp,unsigned partno,unsigned partmax,const char *name,const char *partmask,const char *partdir,unsigned copy,ClusterPartDiskMapSpec &mspec,RemoteFilename &rfn)
RemoteFilename &deprecatedConstructPartFilename(IGroup *grp,unsigned partno,unsigned partmax,const char *name,const char *partmask,const char *partdir,unsigned copy,ClusterPartDiskMapSpec &mspec,RemoteFilename &rfn)
{
partno--;
StringBuffer tmp;
Expand Down

0 comments on commit c49964c

Please sign in to comment.