Skip to content

Commit

Permalink
[XrdCl] Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Jan 19, 2021
1 parent 3d5f5db commit 6070d21
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/XrdEc/XrdEcReader.cc
Expand Up @@ -335,10 +335,9 @@ namespace XrdEc
//-------------------------------------------------------------------------
// Execute the pending read requests
//-------------------------------------------------------------------------
inline static
void carryout( pending_t &pending,
const buffer_t &stripe,
const XrdCl::XRootDStatus &st = XrdCl::XRootDStatus() )
inline void carryout( pending_t &pending,
const buffer_t &stripe,
const XrdCl::XRootDStatus &st = XrdCl::XRootDStatus() )
{
//-----------------------------------------------------------------------
// Iterate over all pending read operations for given stripe
Expand Down Expand Up @@ -380,7 +379,7 @@ namespace XrdEc
//-------------------------------------------------------------------------
// Execute pending read requests for missing stripes
//-------------------------------------------------------------------------
inline static void fail_missing()
inline void fail_missing()
{
size_t size = objcfg.nbchunks;
for( size_t i = 0; i < size; ++i )
Expand Down

0 comments on commit 6070d21

Please sign in to comment.