summaryrefslogtreecommitdiff
path: root/NodeStateMachineStub/NodeStateMachine.c
diff options
context:
space:
mode:
authorJean-Pierre Bogler <jean-pierre.bogler@continental-corporation.com>2013-10-29 10:49:31 +0100
committerJean-Pierre Bogler <jean-pierre.bogler@continental-corporation.com>2013-10-29 10:49:31 +0100
commit53083f280394a734310fd53c2d3fd5a578de3398 (patch)
treeae90d5c5e3b9207abe1a245d28addfca607e0fb8 /NodeStateMachineStub/NodeStateMachine.c
parentc9ebf0f95499509922c74e55e2eed8192f35e493 (diff)
downloadnode-state-manager-53083f280394a734310fd53c2d3fd5a578de3398.tar.gz
Update to NSM version 1.3.5 for next OSS release
Diffstat (limited to 'NodeStateMachineStub/NodeStateMachine.c')
-rw-r--r--NodeStateMachineStub/NodeStateMachine.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/NodeStateMachineStub/NodeStateMachine.c b/NodeStateMachineStub/NodeStateMachine.c
index 07f22c1..c890658 100644
--- a/NodeStateMachineStub/NodeStateMachine.c
+++ b/NodeStateMachineStub/NodeStateMachine.c
@@ -94,9 +94,9 @@ NsmErrorStatus_e NsmcSetData(NsmDataType_e enData, unsigned char *pData, unsigne
}
-unsigned char NsmcRequestNodeRestart(void)
+unsigned char NsmcRequestNodeRestart(NsmRestartReason_e enRestartReason, unsigned int u32RestartType)
{
- printf("NSMC: NsmcRequestNodeRestart called.\n");
+ printf("NSMC: NsmcRequestNodeRestart called. Restart reason: %d. RestartType: 0x%02X\n", enRestartReason, u32RestartType);
return 1;
}