projects
/
platform
/
core
/
appfw
/
tidl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc1adb1
)
[Version 2] Add dummy argument to delegate handle
author
Hwankyu Jhun
<h.jhun@samsung.com>
Fri, 13 Dec 2024 07:37:15 +0000
(16:37 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Fri, 13 Dec 2024 09:52:56 +0000
(18:52 +0900)
We should consider local execution mode. This patch adds a dummy
argument to the delegate structure.
Change-Id: I963645359b4c0fc1823147db067e531f4277ad1e
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
idlc/gen/version2/c_stub_body_generator_cb.hh
patch
|
blob
|
history
diff --git
a/idlc/gen/version2/c_stub_body_generator_cb.hh
b/idlc/gen/version2/c_stub_body_generator_cb.hh
index 6e98740ff567cbc49d444a8fd6488672bb8ad7b8..0748060c597c83bdffcf386f7c227ba7af5d339b 100644
(file)
--- a/
idlc/gen/version2/c_stub_body_generator_cb.hh
+++ b/
idlc/gen/version2/c_stub_body_generator_cb.hh
@@
-39,6
+39,7
@@
typedef struct rpc_port_delegate_s {
int seq_id;
bool once;
bool valid;
+ char *lem_instance;
} rpc_port_delegate_t;
typedef rpc_port_delegate_t *rpc_port_delegate_h;