Project

General

Profile

Actions

Feature #1287

open

Use abstract sockets for lttng-consumerd UST shared memory files

Added by Mathieu Desnoyers over 3 years ago. Updated about 1 year ago.

Status:
New
Priority:
Low
Assignee:
Target version:
-
Start date:
10/13/2020
Due date:
% Done:

0%

Estimated time:

Description

Abstract sockets (unix(7)) are not tied to the filesystem, and are available since Linux 2.2.

Those are Linux-specific.

Those are the same as regular unix domain but their first character of path is NULL. They have the benefit of not requiring unlinking of files left behind.

We could use those abstract sockets in lttng-consumerd on Linux.

Actions

Also available in: Atom PDF