Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
4e365249
Commit
4e365249
authored
Dec 05, 2005
by
Vitaliy Margolen
Committed by
Alexandre Julliard
Dec 05, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
server: Remove sync_namespace.
parent
d13095bc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
main.c
server/main.c
+0
-4
object.h
server/object.h
+0
-3
No files found.
server/main.c
View file @
4e365249
...
...
@@ -40,9 +40,6 @@ int master_socket_timeout = 3; /* master socket timeout in seconds, default is
int
foreground
=
0
;
const
char
*
server_argv0
;
/* name space for synchronization objects */
struct
namespace
*
sync_namespace
;
/* parse-line args */
/* FIXME: should probably use getopt, and add a (more complete?) help option */
...
...
@@ -130,7 +127,6 @@ int main( int argc, char *argv[] )
sock_init
();
open_master_socket
();
sync_namespace
=
create_namespace
(
37
);
setvbuf
(
stderr
,
NULL
,
_IOLBF
,
0
);
if
(
debug_level
)
fprintf
(
stderr
,
"wineserver: starting (pid=%ld)
\n
"
,
(
long
)
getpid
()
);
...
...
server/object.h
View file @
4e365249
...
...
@@ -214,7 +214,4 @@ extern const char *server_argv0;
/* server start time used for GetTickCount() */
extern
time_t
server_start_time
;
/* name space for synchronization objects */
extern
struct
namespace
*
sync_namespace
;
#endif
/* __WINE_SERVER_OBJECT_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment