]> sourceware.org Git - systemtap.git/blame - interactive.h
step-prep: on debian/ubuntu machines, attempt "apt-get -y install"
[systemtap.git] / interactive.h
CommitLineData
11a046b7
DS
1// Interactive mode header.
2// Copyright (C) 2015 Red Hat Inc.
3//
4// This file is part of systemtap, and is free software. You can
5// redistribute it and/or modify it under the terms of the GNU General
6// Public License (GPL); either version 2, or (at your option) any
7// later version.
8
9#ifndef INTERACTIVE_H
10#define INTERACTIVE_H
11
12#include <vector>
13
14#include "session.h"
15#include "remote.h"
16
17extern int interactive_mode (systemtap_session &s, std::vector<remote*> targets);
18
19#endif
This page took 0.04896 seconds and 5 git commands to generate.