commit | d9bdcf729783afbd32ec8d030cd49455dff88e9b | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Thu Mar 09 15:06:23 2017 -0600 |
committer | Matt Spinler <spinler@us.ibm.com> | Tue Mar 14 15:37:27 2017 -0500 |
tree | 551937e94b86854e88ed7a5e1d3fb627f0ffc347 | |
parent | 83e37327235e0f5eb39d4d66c16d72833394615d [diff] |
Register procedures For a procedure to be available to run, it needs to have a call to a REGISTER_PROCEDURE macro. This macro wraps a call to a Register class that adds the procedure to the list along with the name to call it. Change-Id: I20d02e8f004c1c726228469465ae89b60ee52d66 Signed-off-by: Matt Spinler <spinler@us.ibm.com>