Skip to content

Commit

Permalink
Update docs/source/format/CDeviceDataInterface.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com>
  • Loading branch information
zeroshade and felipecrv committed Sep 19, 2024
1 parent 40f5ff0 commit 10229d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/format/CDeviceDataInterface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ The C device async stream interface consists of three ``struct`` definitions:
};
struct ArrowAsyncDeviceStreamHandler {
// handlers
// consumer-specific handlers
int (*on_schema)(struct ArrowAsyncDeviceStreamHandler* self,
struct ArrowAsyncProducer* producer,
struct ArrowSchema* stream_schema, const char* addl_metadata);
Expand Down

0 comments on commit 10229d0

Please sign in to comment.