ubuntu-location-service
..
An aggregating location service providing positioning and geocoding capabilities to applications.
|
Credentials of a remote session. More...
#include <permission_manager.h>
Public Attributes | |
pid_t | pid |
The process id of the remote peer. More... | |
uid_t | uid |
The user id the remote peer runs under. More... | |
Credentials of a remote session.
Definition at line 33 of file permission_manager.h.
pid_t com::ubuntu::location::service::Credentials::pid |
The process id of the remote peer.
Definition at line 36 of file permission_manager.h.
uid_t com::ubuntu::location::service::Credentials::uid |
The user id the remote peer runs under.
Definition at line 38 of file permission_manager.h.