diff options
| author | John Estabrook <jestabro@vyos.io> | 2025-10-21 15:00:05 -0500 |
|---|---|---|
| committer | John Estabrook <jestabro@vyos.io> | 2025-10-22 19:41:25 -0500 |
| commit | 73d8ec88cdc559746fa8e5d6ce3dea198cff01ef (patch) | |
| tree | f3800ebbcf3d10a3ffd697be460b17adf4639ad2 /src/session.ml | |
| parent | 916ea4510c35e1e37cf2ff53f48df20a1a1998bf (diff) | |
| download | vyconf-73d8ec88cdc559746fa8e5d6ce3dea198cff01ef.tar.gz vyconf-73d8ec88cdc559746fa8e5d6ce3dea198cff01ef.zip | |
T7910: add request show_sessions to list all session records
Diffstat (limited to 'src/session.ml')
| -rw-r--r-- | src/session.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/session.ml b/src/session.ml index 4156b73..4f4f299 100644 --- a/src/session.ml +++ b/src/session.ml @@ -38,7 +38,7 @@ type session_data = { client_pid: int32; client_user: string; client_sudo_user: string; -} +} [@@deriving yojson] let make _world client_app sudo_user user pid = { modified = false; |
