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
88e42619
Commit
88e42619
authored
Jun 20, 2002
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Store dirty flag in each registry key and use it to save only modified
branches.
parent
dcf0beac
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
object.h
server/object.h
+2
-0
registry.c
server/registry.c
+0
-0
select.c
server/select.c
+1
-1
No files found.
server/object.h
View file @
88e42619
...
...
@@ -186,6 +186,7 @@ extern int get_page_size(void);
/* registry functions */
extern
void
init_registry
(
void
);
extern
void
flush_registry
(
void
);
extern
void
close_registry
(
void
);
/* atom functions */
...
...
@@ -199,6 +200,7 @@ extern void release_global_atom( atom_t atom );
/* command-line options */
extern
int
debug_level
;
extern
int
master_socket_timeout
;
extern
const
char
*
server_argv0
;
/* server start time used for GetTickCount() */
extern
unsigned
int
server_start_ticks
;
...
...
server/registry.c
View file @
88e42619
This diff is collapsed.
Click to expand it.
server/select.c
View file @
88e42619
...
...
@@ -225,7 +225,7 @@ static void sighup_handler()
/* SIGTERM handler */
static
void
sigterm_handler
()
{
close
_registry
();
flush
_registry
();
exit
(
1
);
}
...
...
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