[openib-general] [PATCH] dapl.h: Use real structure pointer rather than void pointer for CR in EP structure
Hal Rosenstock
halr at voltaire.com
Sat Jul 16 06:33:32 PDT 2005
dapl.h: Use real structure pointer rather than void pointer for CR in EP
structure
Signed-off-by: Hal Rosenstock <halr at voltaire.com>
Index: dapl.h
===================================================================
--- dapl.h (revision 2866)
+++ dapl.h (working copy)
@@ -200,7 +200,7 @@ struct dapl_ep {
struct sockaddr_in6 remote_ia_address;
/* For passive connections we maintain a back pointer to the CR */
- void *cr;
+ struct dapl_cr *cr;
/* private data container */
char private_data[DAPL_MAX_PRIVATE_DATA_SIZE];
More information about the general
mailing list