MCPcopy Create free account
hub / github.com/RsyncProject/rsync / lp_num_modules

Function lp_num_modules

loadparm.c:573–576  ·  view source on GitHub ↗

Return the max number of modules (sections). */

Source from the content-addressed store, hash-verified

571
572/* Return the max number of modules (sections). */
573int lp_num_modules(void)
574{
575 return section_list.count;
576}
577
578/* Return the number of the module with the given name, or -1 if it doesn't
579 * exist. Note that this is a DIFFERENT ANIMAL from the internal function

Callers 2

send_listingFunction · 0.85
start_daemonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected