mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
bozo: Mark ScheduleCronBnode as static
It is only used in cronbnodeops.c. Change-Id: I9b1c5b6d62c32fa53724e7096f29354694f90a7e Reviewed-on: https://gerrit.openafs.org/15831 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
This commit is contained in:
parent
1ea82f2e2b
commit
add810c1db
@ -84,7 +84,7 @@ cron_hascore(struct bnode *abnode)
|
|||||||
one shot run) or when we should run again. Sleeps until we should run again.
|
one shot run) or when we should run again. Sleeps until we should run again.
|
||||||
Note that the computation of when we should run again is made in procexit
|
Note that the computation of when we should run again is made in procexit
|
||||||
and/or create procs. This guy only schedules the sleep */
|
and/or create procs. This guy only schedules the sleep */
|
||||||
int
|
static int
|
||||||
ScheduleCronBnode(struct cronbnode *abnode)
|
ScheduleCronBnode(struct cronbnode *abnode)
|
||||||
{
|
{
|
||||||
afs_int32 code;
|
afs_int32 code;
|
||||||
|
Loading…
Reference in New Issue
Block a user