Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 58661 Details for
Bug 173319
Agent Controller fails to start up due to shared memory TL error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
RASharedMemory patch
RAshm.txt (text/plain), 3.26 KB, created by
Igor Alelekov
on 2007-02-09 10:39:15 EST
(
hide
)
Description:
RASharedMemory patch
Filename:
MIME Type:
Creator:
Igor Alelekov
Created:
2007-02-09 10:39:15 EST
Size:
3.26 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.platform.agentcontroller >Index: src-native/collection/framework/RASharedMemory/RASharedMemory.def >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.agentcontroller/src-native/collection/framework/RASharedMemory/RASharedMemory.def,v >retrieving revision 1.1 >diff -u -r1.1 RASharedMemory.def >--- src-native/collection/framework/RASharedMemory/RASharedMemory.def 4 Feb 2005 15:51:37 -0000 1.1 >+++ src-native/collection/framework/RASharedMemory/RASharedMemory.def 9 Feb 2007 14:22:42 -0000 >@@ -47,6 +47,7 @@ > Java_org_eclipse_hyades_collection_framework_channel_DataChannelImpl_hc_1flushDCBufferToStream @44 > ra_getShmAttachCount @45 > ra_setShmAttachCount @46 >+ ra_stopFlusher @47 > > > >Index: src-native/collection/framework/RASharedMemory/RASharedMemory.h >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.agentcontroller/src-native/collection/framework/RASharedMemory/RASharedMemory.h,v >retrieving revision 1.2 >diff -u -r1.2 RASharedMemory.h >--- src-native/collection/framework/RASharedMemory/RASharedMemory.h 25 Feb 2005 22:17:35 -0000 1.2 >+++ src-native/collection/framework/RASharedMemory/RASharedMemory.h 9 Feb 2007 14:22:42 -0000 >@@ -81,5 +81,6 @@ > > RASHMEXTERN int ra_getShmAttachCount(ra_shm_handle_t *handle); > RASHMEXTERN ra_shm_err_t ra_setShmAttachCount(ra_shm_handle_t *handle, int count); >+RASHMEXTERN ra_shm_err_t ra_stopFlusher(ra_shm_handle_t *handle); > > #endif >Index: src-native/collection/framework/RASharedMemory/ossramboflush.c >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.agentcontroller/src-native/collection/framework/RASharedMemory/ossramboflush.c,v >retrieving revision 1.5 >diff -u -r1.5 ossramboflush.c >--- src-native/collection/framework/RASharedMemory/ossramboflush.c 24 Apr 2006 13:29:34 -0000 1.5 >+++ src-native/collection/framework/RASharedMemory/ossramboflush.c 9 Feb 2007 14:22:44 -0000 >@@ -2977,4 +2977,14 @@ > return (ra_shm_err_t)shmerr; > } > /* 175248 end */ >- >\ No newline at end of file >+ >+ra_shm_err_t ra_stopFlusher(ra_shm_handle_t *handle) { >+ OSSErr shmerr; >+ >+ if (handle != NULL) >+ shmerr = ossRamboStopFlusher((OSSRambo *)handle); >+ else >+ shmerr = OSS_OK; >+ >+ return (ra_shm_err_t) shmerr; >+} >Index: src-native/collection/framework/RASharedMemory/ossramboflush.cpp >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.agentcontroller/src-native/collection/framework/RASharedMemory/ossramboflush.cpp,v >retrieving revision 1.6 >diff -u -r1.6 ossramboflush.cpp >--- src-native/collection/framework/RASharedMemory/ossramboflush.cpp 15 May 2006 00:15:05 -0000 1.6 >+++ src-native/collection/framework/RASharedMemory/ossramboflush.cpp 9 Feb 2007 14:22:45 -0000 >@@ -3001,4 +3001,15 @@ > return (ra_shm_err_t)shmerr; > } > /* 175248 end */ >- >+ >+OSSErr ra_stopFlusher(OSSRambo *handle) { >+ OSSErr shmerr; >+ >+ if (handle != NULL) >+ shmerr = ossRamboStopFlusher(handle); >+ else >+ shmerr = OSS_OK; >+ >+ return shmerr; >+} >+ >\ No newline at end of file
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 173319
: 58661 |
58662
|
58753
|
60903