[openib-general] [PATCH][19/26] kDAPL: Remove typedef DAT_ASYNCH_ERROR_EVENT_DATA
Tom Duffy
Tom.Duffy at Sun.COM
Mon May 9 14:39:44 PDT 2005
Signed-off-by: Tom Duffy <tduffy at sun.com>
diff -Nur -X /home/tduffy/dontdiff linux-kernel18/dat/dat.h linux-kernel19/dat/dat.h
--- linux-kernel18/dat/dat.h 2005-05-09 13:26:21.135961000 -0700
+++ linux-kernel19/dat/dat.h 2005-05-09 13:28:13.273961000 -0700
@@ -835,11 +835,11 @@
* affiliated asynchronous event dat_handle is either lmr_handle,
* rmr_handle or pz_handle.
*/
-typedef struct dat_asynch_error_event_data {
+struct dat_asynch_error_event_data {
DAT_HANDLE dat_handle; /* either IA, EP, EVD, SRQ, */
/* LMR, RMR, or PZ handle */
DAT_COUNT reason; /* object specific */
-} DAT_ASYNCH_ERROR_EVENT_DATA;
+};
/* The reason is object type specific and its values are defined below. */
typedef enum ia_async_error_reason {
@@ -908,7 +908,7 @@
struct dat_rmr_bind_completion_event_data rmr_completion_event_data;
struct dat_cr_arrival_event_data cr_arrival_event_data;
struct dat_connection_event_data connect_event_data;
- DAT_ASYNCH_ERROR_EVENT_DATA asynch_error_event_data;
+ struct dat_asynch_error_event_data asynch_error_event_data;
DAT_SOFTWARE_EVENT_DATA software_event_data;
} DAT_EVENT_DATA;
More information about the general
mailing list