]> sourceware.org Git - systemtap.git/blob - interactive.h
cache.cxx: fix 64-bit time_t differently
[systemtap.git] / interactive.h
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
17 extern int interactive_mode (systemtap_session &s, std::vector<remote*> targets);
18
19 #endif
This page took 0.035572 seconds and 5 git commands to generate.