aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_os_lib.h
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2013-06-23 18:17:10 +0000
committerDavid Barksdale <amatus.amongus@gmail.com>2013-06-23 18:17:10 +0000
commit9cc06d175c995c179728ea090e131d2e7319fce2 (patch)
tree40c721f70132cdb058e92b5f91195d5a2abe8bae /src/include/gnunet_os_lib.h
parent5bcda7889ae905afac4d97d95ea4f44dba2143dc (diff)
downloadgnunet-9cc06d175c995c179728ea090e131d2e7319fce2.tar.gz
gnunet-9cc06d175c995c179728ea090e131d2e7319fce2.zip
Removed GNUNET_OS_set_process_priority since it's not used.
Diffstat (limited to 'src/include/gnunet_os_lib.h')
-rw-r--r--src/include/gnunet_os_lib.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h
index 3496937a6..c92860dd8 100644
--- a/src/include/gnunet_os_lib.h
+++ b/src/include/gnunet_os_lib.h
@@ -304,18 +304,6 @@ GNUNET_OS_process_get_pid (struct GNUNET_OS_Process *proc);
304 304
305 305
306/** 306/**
307 * Set process priority
308 *
309 * @param proc pointer to process structure
310 * @param prio priority value
311 * @return GNUNET_OK on success, GNUNET_SYSERR on error
312 */
313int
314GNUNET_OS_set_process_priority (struct GNUNET_OS_Process *proc,
315 enum GNUNET_SCHEDULER_Priority prio);
316
317
318/**
319 * Start a process. 307 * Start a process.
320 * 308 *
321 * @param pipe_control should a pipe be used to send signals to the child? 309 * @param pipe_control should a pipe be used to send signals to the child?