Skip to content

Commit

Permalink
Fix #460, add fail_dir member to EDS
Browse files Browse the repository at this point in the history
The CF_ConfigTable has a field that was recently added to source but not
to EDS.  This updates the EDS XML to match.
  • Loading branch information
jphickey committed Sep 23, 2024
1 parent 7eac600 commit 865dffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eds/cf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<Entry type="ChannelConfigTable" name="chan" shortDescription="Channel configuration" />
<Entry type="BASE_TYPES/uint16" name="outgoing_file_chunk_size" shortDescription="maximum size of outgoing file data PDUs - must be smaller than file data character array" />
<Entry type="BASE_TYPES/PathName" name="tmp_dir" shortDescription="directory to put temp files" />

<Entry type="BASE_TYPES/PathName" name="fail_dir" shortDescription="fail directory" />
</EntryList>
</ContainerDataType>

Expand Down

0 comments on commit 865dffb

Please sign in to comment.