summaryrefslogtreecommitdiffstats
path: root/system_manager/server/include/processlauncher
diff options
context:
space:
mode:
Diffstat (limited to 'system_manager/server/include/processlauncher')
-rw-r--r--system_manager/server/include/processlauncher/ProcessLauncher.h2
-rw-r--r--system_manager/server/include/processlauncher/ProcessLauncher_if.h2
-rw-r--r--system_manager/server/include/processlauncher/ss_sm_process_launcher.h3
-rw-r--r--system_manager/server/include/processlauncher/ss_sm_process_launcher_protocol.h2
4 files changed, 5 insertions, 4 deletions
diff --git a/system_manager/server/include/processlauncher/ProcessLauncher.h b/system_manager/server/include/processlauncher/ProcessLauncher.h
index 05d96cd3..409524f0 100644
--- a/system_manager/server/include/processlauncher/ProcessLauncher.h
+++ b/system_manager/server/include/processlauncher/ProcessLauncher.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.
diff --git a/system_manager/server/include/processlauncher/ProcessLauncher_if.h b/system_manager/server/include/processlauncher/ProcessLauncher_if.h
index 61b9f5f8..f8d047a9 100644
--- a/system_manager/server/include/processlauncher/ProcessLauncher_if.h
+++ b/system_manager/server/include/processlauncher/ProcessLauncher_if.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.
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;
///////////////////////////////////////////////////////////////////////////////
diff --git a/system_manager/server/include/processlauncher/ss_sm_process_launcher_protocol.h b/system_manager/server/include/processlauncher/ss_sm_process_launcher_protocol.h
index 0e03d1d0..cd698326 100644
--- a/system_manager/server/include/processlauncher/ss_sm_process_launcher_protocol.h
+++ b/system_manager/server/include/processlauncher/ss_sm_process_launcher_protocol.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.