mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
Merge pull request #6919 from vasiliy-yashkov/svc_name_id_mon_att
Display remote process name and PID for service in mon$attachment
This commit is contained in:
commit
4f75d290eb
@ -677,6 +677,14 @@ void Service::fillDpb(ClumpletWriter& dpb)
|
||||
status_exception::raise(status);
|
||||
}
|
||||
}
|
||||
if (svc_remote_process.hasData())
|
||||
{
|
||||
dpb.insertString(isc_dpb_process_name, svc_remote_process);
|
||||
}
|
||||
if (svc_remote_pid)
|
||||
{
|
||||
dpb.insertInt(isc_dpb_process_id, svc_remote_pid);
|
||||
}
|
||||
}
|
||||
|
||||
bool Service::utf8FileNames()
|
||||
|
Loading…
Reference in New Issue
Block a user