diff options
| author | 2001-01-19 01:11:48 +0000 | |
|---|---|---|
| committer | 2001-01-19 01:11:48 +0000 | |
| commit | e6015ce5e9be81881102e33ed3139fc11bb233cc (patch) | |
| tree | df9981bade81a4784f69f3f0da427a61ed4c2ee2 /src/raw1394_private.h | |
| parent | Fix misplaced device file in Debian installation. (diff) | |
First implementation of new error reporting API.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@49 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'src/raw1394_private.h')
| -rw-r--r-- | src/raw1394_private.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/raw1394_private.h b/src/raw1394_private.h index 616ac75..7b414c8 100644 --- a/src/raw1394_private.h +++ b/src/raw1394_private.h @@ -11,6 +11,9 @@ struct raw1394_handle { int num_of_nodes; nodeid_t irm_id; + raw1394_errcode_t err; + void *userdata; + bus_reset_handler_t bus_reset_handler; tag_handler_t tag_handler; fcp_handler_t fcp_handler; @@ -18,8 +21,6 @@ struct raw1394_handle { struct raw1394_request req; quadlet_t buffer[2048]; - - void *userdata; }; struct sync_cb_data { |
