cus
cus
If you have this file `x.c`: ``` int f1(Context *ctx) { int y = ctx->member; UNRESOLVED_MACRO return 0; } ``` And then you run `coccigrep -t "Context" -a "member" x.c`...
Fixes Issue #1484.
Right now, proftd is updating the scoreboard based on the number of transferred blocks or the percentage of the file transfer progress. Percent based scoreboard updates can be too infrequent...
This has numerous advantages: - Update the scoreboard in a single call making xfer_done and elasped_time come from the same moment and reducing scoreboard update overhead - Eliminates excessive XFER_DONE...
The scoreboard output of `ftpwho -o json` does not show the transfer bytes field for uploads. ``` { "server": { "server_type": "standalone", "pid": 5054, "started_ms": 1651219867000 }, "connections": [ {...