File: data.cc

package info (click to toggle)
stealth 3.00.00-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,380 kB
  • ctags: 371
  • sloc: cpp: 2,730; makefile: 161; sh: 98
file content (10 lines) | stat: -rw-r--r-- 267 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#include "ipc.ih"

LinearMap<std::string, StealthEnums::Mode> const IPC::s_request = 
    {
        {"suspend",     SUSPEND},
        {"resume",      RESUME},
        {"rerun",       RERUN},
        {"reload",      RELOAD},
        {"terminate",   TERMINATE},
    };