mirror of https://github.com/aria2/aria2
Fixed doc
parent
2c3187451f
commit
9fe35495fd
|
@ -68,11 +68,11 @@ struct DownloadResult
|
||||||
error_code::Value result;
|
error_code::Value result;
|
||||||
|
|
||||||
// This field contains GIDs. See comment in
|
// This field contains GIDs. See comment in
|
||||||
// RequestGroup.cc::_followedByGIDs.
|
// RequestGroup.cc::followedByGIDs_.
|
||||||
std::vector<gid_t> followedBy;
|
std::vector<gid_t> followedBy;
|
||||||
|
|
||||||
// This field contains GID. See comment in
|
// This field contains GID. See comment in
|
||||||
// RequestGroup.cc::_belongsToGID.
|
// RequestGroup.cc::belongsToGID_.
|
||||||
gid_t belongsTo;
|
gid_t belongsTo;
|
||||||
|
|
||||||
SharedHandle<Option> option;
|
SharedHandle<Option> option;
|
||||||
|
|
Loading…
Reference in New Issue