Print

Print


That would work. However, I think the current version is more consistent with the rest od the file:
```
$ grep -n 'sztab' src/XrdOuc/XrdOucPsx.cc
336:   struct sztab {const char *Key; long long *Val;} szopts[] =
342:   int i, numopts = sizeof(szopts)/sizeof(struct sztab);
$ grep -n 'traceopts' src/XrdOuc/XrdOucPsx.cc
794:    static struct traceopts {const char *opname; int opval;} tropts[] =
800:    int i, trval = 0, numopts = sizeof(tropts)/sizeof(struct traceopts);
$ grep -n 'sopts' src/XrdOuc/XrdOucPsx.cc
706:    static struct sopts {const char *Sopt; const char *Copt; int isT;} Sopts[] =
735:    int i, numopts = sizeof(Sopts)/sizeof(struct sopts);
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/pull/1355#issuecomment-740788047

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1