From: Jérémie Galarneau Date: Tue, 18 Apr 2023 21:57:46 +0000 (-0400) Subject: Clean-up: clang-tidy autofixes to eventfd and file-descriptor X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;ds=sidebyside;h=b4853cf42d4edb25351a1c772961534ecae458c2;hp=b4853cf42d4edb25351a1c772961534ecae458c2;p=lttng-tools.git Clean-up: clang-tidy autofixes to eventfd and file-descriptor eventfd must be marked explicit to prevent erroneous implicit conversions. A destructor is provided since other special member functions are defined (see cppcoreguidelines-special-member-functions). file_descriptor's constructor is replaced by a trivial constructor. Signed-off-by: Jérémie Galarneau Change-Id: I1623a2f8db0d613201a534293f5e1476b779283c ---