>
>
>From: David Barksdale <[EMAIL PROTECTED]>
>
>This patch adds the ability to register for a command per-channel.
>
>If your BMC supports multiple channels, incoming messages can be
>differentiated by the channel on which they arrived. In this case it's
>useful to have the ability to register to receive commands on a
>specific channel instead the current behaviour of all channels.
>  
>

Given that there are only 15 channels, would it make sense to use a bit 
field/bit mask instead of an unsigned char so that a set of channels 
could be selected rather than limiting to a single channel or any channel?

This would involve some additional macro constants for "ALL_CHANNELS" 
perhaps specific channels. That would eliminate the magic constant 255 
and perhaps make things more readable.

:v)

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Openipmi-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openipmi-developer

Reply via email to