Skip to content
Snippets Groups Projects
Commit 6be3b340 authored by Mark Grondona's avatar Mark Grondona
Browse files

Include compile instructions for spank plugin example

parent 1714d4ad
No related branches found
No related tags found
No related merge requests found
......@@ -162,6 +162,11 @@ though system-wide default could be set using \fBSPANK\fR plugin arguments
in the configuration file.
.nf
/*
* To compile:
* gcc -shared -o renice.so renice.c
*
*/
#include <sys/types.h>
#include <stdio.h>
#include <unistd.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment