File: renice.h

package info (click to toggle)
gps 0.4.1-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 380 kB
  • ctags: 215
  • sloc: cpp: 2,640; sh: 235; makefile: 82
file content (21 lines) | stat: -rw-r--r-- 624 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

#ifndef GPS_RENICE_H

#define ERR_NICE_NOTFOUND "Process no longer exists."

#define ERR_NICE_PERM     "You are not allowed to renice other\n"\
                          "people's processes."

#define ERR_NICE_WEIRD    "Unexpected error, blame Felipe.\n"\
                          "<bergo@seul.org>"

#define ERR_NICE_WEIRD2   "Undocumented error.\n"\
                          "Blame Linus and the BSD guys."

void renice_dialog(GtkWidget * widget, gpointer data);
void renice_set_cancel(GtkWidget *gw,gpointer data);
void renice_set_ok(GtkWidget *gw,gpointer data);
int get_nicety(int pid);

#define GPS_RENICE_H
#endif