]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Clean up some function and variable names.
authorColin Percival <cperciva@FreeBSD.org>
Tue, 23 Jun 2020 21:11:40 +0000 (21:11 +0000)
committerColin Percival <cperciva@FreeBSD.org>
Tue, 23 Jun 2020 21:11:40 +0000 (21:11 +0000)
commit0c577f4f80ac0ee8970277d06c43b8aea834a66f
treedd3fe4ee22d7bb5b9363128efd9ce8f617ff2855
parent0ff21267956e4097c300139eff5fdf151933e7c6
Clean up some function and variable names.

The change from "slave" processes to "minion" processes to "worker"
processes left some less-than-coherent names:
1. "enslave" turned into the ungrammatical "enworker".
2. "slp" (SLave Pointer) turned into "mlp" (Minion [L] Pointer?).

Convert "enworker" to "create_workers" (the function in question forks
off 3 worker processes), and replace "mlp" with "wp" (Worker Pointer)
and "tmlp" with "twp" (Temporary Worker Pointer).

Reviewed by: imp, cem, danfe
Differential Revision: https://reviews.freebsd.org/D25403
sbin/dump/tape.c