CVS: winex/include/wine server_protocol.h, 1.46, 1.47
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/include/wine server_protocol.h,1.46,1.47Update of /var/lib/cvsd/cvsroot/winex/include/wine
In directory agravaine:/tmp/cvs-serv5987/include/wine
Modified Files:
server_protocol.h
Log Message:
- add a new memory allocator based on ptmalloc3 and make it the default (at least for now for testing)
- to disable, add "NewAllocator"="N" to the [Wine] section of your config file
Index: server_protocol.h
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/include/wine/server_protocol.h,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- server_protocol.h 30 Mar 2007 14:43:10 -0000 1.46
+++ server_protocol.h 30 Mar 2007 18:51:32 -0000 1.47
@@ -254,6 +254,7 @@
int cmd_show;
pid_t wineserver_pid;
int unique_msg_id;
+ int use_new_allocator;
/* VARARG(filename,string); */
};