# HG changeset patch # User Paul Boddie # Date 1656616662 -7200 # Node ID bc65615a8fed09cb6f9a3831b2cb61dce22c913e # Parent bd2e91c9bb10b2b968815b51f270baddda4f9f8e Added missing structure members. diff -r bd2e91c9bb10 -r bc65615a8fed docs/wiki/ClientLibrary --- a/docs/wiki/ClientLibrary Thu Jun 30 21:17:30 2022 +0200 +++ b/docs/wiki/ClientLibrary Thu Jun 30 21:17:42 2022 +0200 @@ -15,6 +15,7 @@ The fields of the `file_t` data structure are as follows: || '''Field''' || '''Description''' || +|| `ref` || A reference to the component providing file content || || `memory` || The memory address of the exposed file region || || `start_pos` || The start position of the region in the file || || `end_pos` || The end position of the region in the file || @@ -24,6 +25,7 @@ || `object_flags` || Flags indicating support for certain file features || || `can_block` || Notification flags for blocking access to the file || || `notifications`|| Notification flags set for the file || +|| `flags` || The flags used to open the file || == Client Programming Interface ==