aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_priority.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/os_priority.c')
-rw-r--r--src/util/os_priority.c24
1 files changed, 11 insertions, 13 deletions
diff --git a/src/util/os_priority.c b/src/util/os_priority.c
index 98998b520..a758f24f1 100644
--- a/src/util/os_priority.c
+++ b/src/util/os_priority.c
@@ -2,20 +2,18 @@
2 This file is part of GNUnet 2 This file is part of GNUnet
3 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2011 GNUnet e.V. 3 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2011 GNUnet e.V.
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software: you can redistribute it and/or modify it
6 it under the terms of the GNU General Public License as published 6 under the terms of the GNU Affero General Public License as published
7 by the Free Software Foundation; either version 3, or (at your 7 by the Free Software Foundation, either version 3 of the License,
8 option) any later version. 8 or (at your option) any later version.
9 9
10 GNUnet is distributed in the hope that it will be useful, but 10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with GNUnet; see the file COPYING. If not, write to the 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18 Boston, MA 02110-1301, USA.
19*/ 17*/
20 18
21/** 19/**
@@ -1590,7 +1588,7 @@ GNUNET_OS_start_process_s (int pipe_control,
1590 1588
1591 1589
1592/** 1590/**
1593 * Retrieve the status of a process, waiting on him if dead. 1591 * Retrieve the status of a process, waiting on it if dead.
1594 * Nonblocking version. 1592 * Nonblocking version.
1595 * 1593 *
1596 * @param proc process ID 1594 * @param proc process ID
@@ -1707,7 +1705,7 @@ process_status (struct GNUNET_OS_Process *proc,
1707 1705
1708 1706
1709/** 1707/**
1710 * Retrieve the status of a process, waiting on him if dead. 1708 * Retrieve the status of a process, waiting on it if dead.
1711 * Nonblocking version. 1709 * Nonblocking version.
1712 * 1710 *
1713 * @param proc process ID 1711 * @param proc process ID
@@ -1728,7 +1726,7 @@ GNUNET_OS_process_status (struct GNUNET_OS_Process *proc,
1728 1726
1729 1727
1730/** 1728/**
1731 * Retrieve the status of a process, waiting on him if dead. 1729 * Retrieve the status of a process, waiting on it if dead.
1732 * Blocking version. 1730 * Blocking version.
1733 * 1731 *
1734 * @param proc pointer to process structure 1732 * @param proc pointer to process structure