projects
/
lttng-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Tests: Fix: Use '.logfile' instead of '.log' for test app output
[lttng-tools.git]
/
src
/
bin
/
lttng-sessiond
/
clear.hpp
1
/*
2
* Copyright (C) 2019 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
3
*
4
* SPDX-License-Identifier: GPL-2.0-only
5
*
6
*/
7
8
#ifndef CLEAR_H
9
#define CLEAR_H
10
11
#include "session.hpp"
12
13
int cmd_clear_session(const ltt_session::locked_ref& session, int *sock_fd);
14
15
#endif /* CLEAT_H */
This page took
0.031733 seconds
and
5
git commands to generate.