Skip to content

Commit

Permalink
Merge pull request #461 from jphickey/fix-460-fail_dir
Browse files Browse the repository at this point in the history
Fix #460, add fail_dir member to EDS
  • Loading branch information
dzbaker authored Sep 26, 2024
2 parents 7eac600 + 865dffb commit 334dff7
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 334dff7

Please sign in to comment.