On 2/6/10 10:15 PM, Ryan O'Hara wrote: > > Two of the message service API calls related to capacity thresholds > had incorrect names. These API calls were named: > > saMsgQueueCapacityThresholdSet > saMsgQueueCapacityThresholdGet > > The correct API calls are: > > saMsgQueueCapacityThresholdsSet > saMsgQueueCapacityThresholdsGet > > This patch correct the naming of the API calls and, to be complete, > changes the names of the related IPC request/response structures.
Hi Ryan, this is a really unfortunate change because it means changing the externally exported API. To make it really clean, you need to bump the soname version for libSAmsg _or_ as an alternative, keep the old and the new name. This way the old symbols will resolve and the new ones are available without rebuild pain. We also need to make sure if we have users around for this API and notify them of the name change (if you decide to not provide the old symbols). Fabio _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
