summaryrefslogtreecommitdiffstats
path: root/ll-can-binding.h
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-02-02 23:10:21 +0000
committerRomain Forlot <romain.forlot@iot.bzh>2017-02-02 23:10:21 +0000
commit398f2aafbe3927bd6f4e961e2f5f090a2770d6d1 (patch)
tree6ea518a1ce37dfbdd3eca3fb8ba5c22143b40ded /ll-can-binding.h
parent4da559091678dddb4c0392459ce41f2fa0821f72 (diff)
CPP conversion began
Change-Id: I4d20e7537b1ee3b00fcaa42146b3f2681741074d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'll-can-binding.h')
-rw-r--r--ll-can-binding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ll-can-binding.h b/ll-can-binding.h
index 0a6a230..8e0ee27 100644
--- a/ll-can-binding.h
+++ b/ll-can-binding.h
@@ -45,7 +45,7 @@ static const char * const type_NAMES[type_size] = {
/* CAN variable initialization */
struct canfd_frame canfd_frame;
-struct can_handler {
+class can_handle {
int socket;
char *device;
bool is_fdmode_on;