taskprocessor.c: Added "like" support to 'core show taskprocessors'

Added "like" support for 'core show taskprocessors'. Now you
can specify a specific set of taskprocessors (or just one) by
adding the keyword "like" to the above command, followed by
your search criteria.

Change-Id: I021e740201e9ba487204b5451e46feb0e3222464
This commit is contained in:
Ben Ford
2019-09-24 15:44:14 -05:00
committed by Benjamin Keith Ford
parent f156391176
commit 4c3655ecfd
2 changed files with 99 additions and 45 deletions

View File

@@ -0,0 +1,6 @@
Subject: taskprocessor.c
Added "like" support for 'core show taskprocessors'. Now you
can specify a specific set of taskprocessors (or just one) by
adding the keyword "like" to the above command, followed by
your search criteria.