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:
1954db5
)
[ITC][webrtc][non-ACR] Fix to use proper type
05/268605/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 02:32:30 +0000
(11:32 +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 cc783b37b58802051601bb620dbe61e25a2a0711..d3ff82c9135b48e26c720a8a934c316a0fda8570 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);\