diff options
| author | Sven Schnelle <[email protected]> | 2022-11-28 19:42:28 +0100 |
|---|---|---|
| committer | Heiko Carstens <[email protected]> | 2023-01-09 14:33:59 +0100 |
| commit | f08e31558a98383f185dcff0a8d77f1963150156 (patch) | |
| tree | 9a309f599415ea566888b13e79c8ccc4c279812d /tools/perf/scripts/python/exported-sql-viewer.py | |
| parent | e22de7d7910ab9490b191da5fac0592214b340d5 (diff) | |
s390/raw3270: add raw3270_start_request() helper
There are a few places (and there would be more with the following commits)
like this:
raw3270_request_reset(cp->kreset);
raw3270_request_set_cmd(cp->kreset, TC_WRITE);
raw3270_request_add_data(cp->kreset, &kreset_data, 1);
raw3270_start(&cp->view, cp->kreset);
i.e reset a request, setting the command, adding payload, and starting the
request. Add a helper raw3270_start_request() which takes a command and
the payload as argument and calls the approppriate functions.
Signed-off-by: Sven Schnelle <[email protected]>
Acked-by: Heiko Carstens <[email protected]>
Tested-by: Niklas Schnelle <[email protected]>
Signed-off-by: Heiko Carstens <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions