Skip to content

Commit

Permalink
Merge pull request ceph#10672 from ceph/wip-rgw-http-getcmd
Browse files Browse the repository at this point in the history
RGWHTTPArgs::get_str() - return argument string that was set.

Reviewed-by: Yehuda Sadeh <[email protected]>
  • Loading branch information
yehudasa authored Nov 28, 2016
2 parents 77b7e30 + 3aba182 commit 7d0f977
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/rgw/rgw_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,9 @@ class RGWHTTPArgs
val_map[iter->first] = iter->second;
}
}
const string& get_str() {
return str;
}
};

class RGWEnv;
Expand Down

0 comments on commit 7d0f977

Please sign in to comment.