projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc48803
)
[Title] remove static
author
munkyu.im
<munkyu.im@samsung.com>
Tue, 20 Mar 2012 08:45:57 +0000
(17:45 +0900)
committer
munkyu.im
<munkyu.im@samsung.com>
Tue, 20 Mar 2012 08:45:57 +0000
(17:45 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
tizen/src/emulator.c
patch
|
blob
|
history
diff --git
a/tizen/src/emulator.c
b/tizen/src/emulator.c
index 729e04a0167eaab2b5b031a39c13b04539d6c4e0..d5e33b77d84025c1a156baea8039407b0a68bddc 100644
(file)
--- a/
tizen/src/emulator.c
+++ b/
tizen/src/emulator.c
@@
-63,8
+63,8
@@
MULTI_DEBUG_CHANNEL(qemu, main);
int tizen_base_port = 0;
int _emulator_condition = 0; //TODO:
-
static
char tizen_target_path[MAXLEN] = {0, };
-
static
char logpath[MAXLEN] = { 0, };
+char tizen_target_path[MAXLEN] = {0, };
+char logpath[MAXLEN] = { 0, };
int get_emulator_condition(void)
{