Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation error for async parameters #211

Closed
sponce opened this issue Mar 6, 2015 · 1 comment
Closed

Documentation error for async parameters #211

sponce opened this issue Mar 6, 2015 · 1 comment

Comments

@sponce
Copy link

sponce commented Mar 6, 2015

The doc says :

xrootd.async parms
parms: .... [segsz segsz[k | m | g]]

But the code is :

struct asyncopts {const char *opname; int minv; int *oploc;
const char *opmsg;} asopts[] = {
...
{"segsize", 4096, &V_segsz, "async segsize"},

Note the difference "segsz" versus segsize.
The comment in the code is correct, but settings according to the documentation are perfectly useless !

@abh3
Copy link
Member

abh3 commented Mar 25, 2015

Fixed in 4.2 documentation that is now available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants