diff options
| author | Mitchell Horne <mhorne@FreeBSD.org> | 2022-07-18 21:24:06 +0000 |
|---|---|---|
| committer | Allan Jude <allanjude@FreeBSD.org> | 2022-07-18 22:06:15 +0000 |
| commit | 287d467c5db5a46f13566a2f9dae80a695335c73 (patch) | |
| tree | 3a3edf1b3d3072a781ddef068fa817956abc1108 /sys/ddb | |
| parent | 2449b9e5fe565be757a4b29093fd1c9c6ffcf3c9 (diff) | |
Diffstat (limited to 'sys/ddb')
| -rw-r--r-- | sys/ddb/ddb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h index 4c8a4f165461..2fa4bfeb495c 100644 --- a/sys/ddb/ddb.h +++ b/sys/ddb/ddb.h @@ -99,6 +99,7 @@ LIST_HEAD(db_command_table, db_command); extern struct db_command_table db_cmd_table; extern struct db_command_table db_show_table; extern struct db_command_table db_show_all_table; +extern struct db_command_table db_show_active_table; /* * Type signature for a function implementing a ddb command. |
