Skip to content

resource: ubridge: define and use flags for _cmd_regs representing ucmd commands - #96

Closed
prajnoha wants to merge 1 commit into
sid-project:mainfrom
prajnoha:cmd-reg-flags
Closed

resource: ubridge: define and use flags for _cmd_regs representing ucmd commands#96
prajnoha wants to merge 1 commit into
sid-project:mainfrom
prajnoha:cmd-reg-flags

Conversation

@prajnoha

Copy link
Copy Markdown
Member

Define CMD_KV_IMPORT_UDEV, CMD_KV_EXPORT_UDEV, CMD_KV_EXPORT_SID,
CMD_SESSION_ID to control whether certain records are imported/exported
and whether the command can make use and export session ID (support for
sessions is yet to be implemented). This is mainly to avoid trying to
import and export records for commands which are not supposed to do so.

…md commands
Define CMD_KV_IMPORT_UDEV, CMD_KV_EXPORT_UDEV, CMD_KV_EXPORT_SID,
CMD_SESSION_ID to control whether certain records are imported/exported
and whether the command can make use and export session ID (support for
sessions is yet to be implemented). This is mainly to avoid trying to
import and export records for commands which are not supposed to do so.
@prajnoha

Copy link
Copy Markdown
MemberAuthor

Included in PR #89.

@prajnoha
prajnoha deleted the cmd-reg-flags branch June 4, 2021 07:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@prajnoha