aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
AgeCommit message (Collapse)AuthorFilesLines
2021-03-31Free old lease fd reference after transitionDamian Hobson-Garcia1-1/+1
After a lease is tranisitined to a new client, the reference to the previous client's lease fd is no longer needed and should be released. Close the old fd after the new client has either updated the display or its lease is revoked. Bug-AGL: SPEC-3816 Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp> Change-Id: I0a273bf0311143bf0bf792bc530bf6c989aa6232
2021-02-19Add initial versionDamian Hobson-Garcia1-0/+61
The initial version implements the basic functionality of the client/server communication and lease management. For now, one lease is created per valid connector (dependent on CRTC availablity). Bug-AGL: SPEC-3729 Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp> Change-Id: I2b37a892742cc22bdc53a5172c8ad3d8a7bb5e66