Check-in Number:
|
588 | |
Date: |
2001-Aug-01 13:24:00 (local)
2001-Aug-01 11:24:00 (UTC) |
User: | simons |
Branch: | callback-semantic-rewrite |
Comment: |
Added used_buffer_size parameter to xds_engine_t. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/xds/xds.h.in 1.6.2.2 -> 1.6.2.3
--- xds.h.in 2001/08/01 09:43:53 1.6.2.2
+++ xds.h.in 2001/08/01 11:24:00 1.6.2.3
@@ -61,10 +61,8 @@
struct xds_context;
typedef struct xds_context xds_t;
-typedef int (*xds_engine_t)(xds_t* xds,
- void* engine_context,
- void* buffer,
- size_t buffer_size,
+typedef int (*xds_engine_t)(xds_t* xds, void* engine_context,
+ void* buffer, size_t buffer_size, size_t* used_buffer_size,
va_list* args);
xds_t* xds_init(xds_mode_t);
|
|