Fixed doc

pull/1/head
Tatsuhiro Tsujikawa 2011-01-16 21:16:56 +09:00
parent 2c3187451f
commit 9fe35495fd
1 changed files with 2 additions and 2 deletions

View File

@ -68,11 +68,11 @@ struct DownloadResult
error_code::Value result;
// This field contains GIDs. See comment in
// RequestGroup.cc::_followedByGIDs.
// RequestGroup.cc::followedByGIDs_.
std::vector<gid_t> followedBy;
// This field contains GID. See comment in
// RequestGroup.cc::_belongsToGID.
// RequestGroup.cc::belongsToGID_.
gid_t belongsTo;
SharedHandle<Option> option;