--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysstatemgmt/systemstateplugins/gsapolicy/inc/cmdpersistreboots.rh Tue Feb 02 00:53:00 2010 +0200
@@ -0,0 +1,36 @@
+// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
+// All rights reserved.
+// This component and the accompanying materials are made available
+// under the terms of "Eclipse Public License v1.0"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+// Defines extra struct used for persisting reboots.
+//
+//
+
+#ifndef __CMDPERSISTREBOOTS_RH__
+#define __CMDPERSISTREBOOTS_RH__
+
+#include <ssm/cmdpersistreboots.hrh>
+
+/**
+ This struct is used to pass extra information for "LLINK dll_data in SSM_START_CUSTOM_COMMAND"
+
+ @publishedPartner
+ @released
+ @see TCustCmdPersistRebootExecuteOption
+*/
+STRUCT SSM_COMMAND_PERSIST_REBOOTS
+ {
+ BYTE val = EIncrementBootCount; //by default increment boot count by 1 in bootupcount.log (private/2000d75b/bootupinfo)
+ }
+
+#endif // __CMDPERSISTREBOOTS_RH__
+