projects
/
test
/
tct
/
native
/
api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b20795f
)
[ITC][webrtc][non-ACR] Fix to use proper type
12/268612/1
author
Sangchul Lee
<sc11.lee@samsung.com>
Tue, 28 Dec 2021 02:32:30 +0000
(11:32 +0900)
committer
Sangchul Lee
<sc11.lee@samsung.com>
Tue, 28 Dec 2021 05:10:09 +0000
(14:10 +0900)
Change-Id: I5035024918643bea0acfba90682b3d519bc96de7
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
src/itc/webrtc/ITs-webrtc-common.h
patch
|
blob
|
history
diff --git
a/src/itc/webrtc/ITs-webrtc-common.h
b/src/itc/webrtc/ITs-webrtc-common.h
index 7344704940a55aff94ef6138198119bb55d6a50d..c3fa0f92cf9a9abe35b8b736d3e620799e827c80 100755
(executable)
--- a/
src/itc/webrtc/ITs-webrtc-common.h
+++ b/
src/itc/webrtc/ITs-webrtc-common.h
@@
-44,7
+44,7
@@
#define RUN_POLLING_LOOP {\
if(g_bCallbackCalled == false)\
{\
- int nTimeoutId;\
+
gu
int nTimeoutId;\
g_pMainLoop = g_main_loop_new(NULL, false);\
nTimeoutId = g_timeout_add(TIMEOUT_CB, Timeout, g_pMainLoop);\
dlog_print(DLOG_DEBUG, "NativeTCT", "[%s(%d)] call g_main_loop_run(), g_pMainLoop[%p]", __FUNCTION__, __LINE__, g_pMainLoop);\