summaryrefslogtreecommitdiffstats
path: root/system_manager/server/include/processlauncher/ss_sm_process_launcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'system_manager/server/include/processlauncher/ss_sm_process_launcher.h')
-rw-r--r--system_manager/server/include/processlauncher/ss_sm_process_launcher.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/system_manager/server/include/processlauncher/ss_sm_process_launcher.h b/system_manager/server/include/processlauncher/ss_sm_process_launcher.h
index aa335a39..1ca177cb 100644
--- a/system_manager/server/include/processlauncher/ss_sm_process_launcher.h
+++ b/system_manager/server/include/processlauncher/ss_sm_process_launcher.h
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -43,6 +43,7 @@ typedef struct {
CHAR logging_mask[SS_SM_MAX_MODULE_LOG_MASK_LENGTH];
GroupLaunchMapIter groupIterator;
ModuleLaunchListIter moduleIterator;
+ int cpu_assign;
} T_ProcessLauncherLaunchReq;
///////////////////////////////////////////////////////////////////////////////