>>> @@ -1436,6 +1406,12 @@ LNetCtl(unsigned int cmd, void *arg)
>>> }
>>> EXPORT_SYMBOL(LNetCtl);
>>>
>>> +void LNetDebugPeer(lnet_process_id_t id)
>>> +{
>>> + lnet_debug_peer(id.nid);
>>> +}
>>> +EXPORT_SYMBOL(LNetDebugPeer);
>>
>> Lets just use lnet_debug_peer directly.
>
>It's not exported and this is not how we export functionality out of the LNet.
>
>The way I did it is the way LNet api is exposed. Why break the custom all of a
>sudden and
>replace one hack with another?
Because camel case is frowned on. Do we have to expose camel case functions
only?
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel