master/foe_request.h
branch1.4-foe
changeset 1708 fae3a1759126
parent 1707 11ec009e145d
child 1349 9baba3568df4
--- a/master/foe_request.h	Mon Jan 19 10:18:41 2009 +0000
+++ b/master/foe_request.h	Mon Jan 19 12:36:18 2009 +0000
@@ -1,6 +1,6 @@
 /******************************************************************************
  *
- *  $Id:$
+ *  $Id$
  *
  *  Copyright (C) 2008  Olav Zarges, imc Meßsysteme GmbH
  *
@@ -68,7 +68,8 @@
     unsigned long jiffies_sent; /**< Jiffies, when the upload/download
                                      request was sent. */
     uint8_t *file_name; /**< Pointer to the filename. */
-    uint32_t abort_code; /**< FoE request abort code. Zero on success. */
+    uint32_t result; /**< FoE request abort code. Zero on success. */
+    uint32_t error_code; /**< Error code from an FoE Error Request. */
 } ec_foe_request_t;
 
 /*****************************************************************************/