git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use netinet/in.h instead of linux/in.h.
[stg.git]
/
projects
/
stargazer
/
eventloop.h
diff --git
a/projects/stargazer/eventloop.h
b/projects/stargazer/eventloop.h
index 35de3675b290b7a2c8a2fbb5f110fa00006b7a52..0e7981421ea289858b31beda001e859d707e7358 100644
(file)
--- a/
projects/stargazer/eventloop.h
+++ b/
projects/stargazer/eventloop.h
@@
-53,7
+53,7
@@
void EVENT_LOOP::Enqueue(ACTIVE_CLASS & ac,
typename ACTOR<ACTIVE_CLASS, DATA_TYPE>::TYPE a,
DATA_TYPE d)
{
typename ACTOR<ACTIVE_CLASS, DATA_TYPE>::TYPE a,
DATA_TYPE d)
{
-STG_LOCKER lock(&_mutex
, __FILE__, __LINE__
);
+STG_LOCKER lock(&_mutex);
// Add new action
ACTIONS_LIST::Enqueue(ac, a, d);
// Signal about new action
// Add new action
ACTIONS_LIST::Enqueue(ac, a, d);
// Signal about new action