|
|
Choosing A Webhost: |
cvs commit: spread/daemon Readme.txt sp.h: msg#00004network.spread.cvs
jonathan 04/02/08 10:06:29 Modified: daemon Readme.txt sp.h Log: Change mailbox and service in the sp.h header from #defines to typedefs. This was requested by Steven Dake who also provided a similar patch. Revision Changes Path 1.46 +2 -0 spread/daemon/Readme.txt Index: Readme.txt =================================================================== RCS file: /storage/cvsroot/spread/daemon/Readme.txt,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- Readme.txt 8 Feb 2004 14:17:49 -0000 1.45 +++ Readme.txt 8 Feb 2004 15:06:29 -0000 1.46 @@ -72,6 +72,8 @@ *) Send fewer lookup probe messages when only a single segment is configured. *) Remove extra token rotations when no messages are sent. Will decrease network packet overhead. +*) Make mailbox and service in sp.h a typedef instead of a #define. Suggested + and patched by Steven Dake. June 20, 2003 Ver 3.17.1 ---------------------------- 1.5 +3 -3 spread/daemon/sp.h Index: sp.h =================================================================== RCS file: /storage/cvsroot/spread/daemon/sp.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sp.h 27 Sep 2002 17:08:46 -0000 1.4 +++ sp.h 8 Feb 2004 15:06:29 -0000 1.5 @@ -126,10 +126,10 @@ #define GROUPS_TOO_SHORT -16 #define MESSAGE_TOO_LONG -17 -#define mailbox int -#define service int - #define MAX_CLIENT_SCATTER_ELEMENTS 100 + +typedef int mailbox; +typedef int service; typedef struct dummy_scat_element{ char *buf;
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs commit: spread/daemon Readme.txt protocol.c, jonathan |
|---|---|
| Next by Date: | cvs commit: spread/daemon groups.c, jonathan |
| Previous by Thread: | cvs commit: spread/daemon Readme.txt protocol.c, jonathan |
| Next by Thread: | cvs commit: spread/daemon groups.c, jonathan |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |