openhpi2 / Open-HPI

Open HPI is an open source implementation of the SA Forum's Hardware Platform Interface (HPI). HPI provides an abstracted interface to managing computer hardware, typically for chassis and rack based servers
Other
3 stars 1 forks source link

saHpiEventMasksGet marshalled incorrectly. #2288

Open openhpi2 opened 13 years ago

openhpi2 commented 13 years ago

Aassertion/deassertion masks (which are output parameters) are passed in the request as input data. See baselib/oh_client.cpp:saHpiSensorEventMasksGet() and marshal/marshal_hpi.c: saHpiSensorEventMasksGetIn structure.

But if we fix it the RPC compatibility will be broken. The problems will be between new client and old daemon

Reported by: avpak

openhpi2 commented 13 years ago

Original comment by: avpak

openhpi2 commented 13 years ago

Decided not to fix it now to keep backward compatibility. I leave this bug open for future.

Original comment by: avpak