Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / commands / destroy.cpp
index 78bbbaaad37e25a6e94648236860fe11a60252db..3ab9b224849180052f9755036abd279ab794fe6b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2011 EfficiOS Inc.
  *
  * SPDX-License-Identifier: GPL-2.0-only
  *
 #include <stdbool.h>
 #include <lttng/lttng.h>
 
-#include "../command.h"
+#include "../command.hpp"
 
-#include <common/mi-lttng.h>
-#include <common/sessiond-comm/sessiond-comm.h>
-#include <common/utils.h>
+#include <common/mi-lttng.hpp>
+#include <common/sessiond-comm/sessiond-comm.hpp>
+#include <common/utils.hpp>
 
 static char *opt_session_name;
 static int opt_destroy_all;
@@ -191,8 +191,8 @@ static int destroy_session(struct lttng_session *session)
                        }
                        break;
                }
-               /* fall-through. */
        }
+       /* fall-through. */
        default:
                ERR("%sFailed to get the location of the rotation performed during the session's destruction",
                                newline_needed ? "\n" : "");
This page took 0.024666 seconds and 4 git commands to generate.