summaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-testbed.h
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-07-23 13:38:08 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-07-23 13:38:08 +0200
commit2dbe442005401656c73b3432b5798219fa8b5432 (patch)
treed802ed099e05cd9cd851bb62925bda2d77a29ece /src/testbed/gnunet-service-testbed.h
parentdbf604ad97fef5f9f1ecb468a174fbc81a2eb694 (diff)
downloadgnunet-2dbe442005401656c73b3432b5798219fa8b5432.tar.gz
gnunet-2dbe442005401656c73b3432b5798219fa8b5432.zip
fix mem corruption, possibly #5581
Diffstat (limited to 'src/testbed/gnunet-service-testbed.h')
-rw-r--r--src/testbed/gnunet-service-testbed.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/gnunet-service-testbed.h b/src/testbed/gnunet-service-testbed.h
index 0960e9cc5..5e835392b 100644
--- a/src/testbed/gnunet-service-testbed.h
+++ b/src/testbed/gnunet-service-testbed.h
@@ -11,7 +11,7 @@
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 Affero 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 Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
@@ -454,7 +454,7 @@ extern struct OperationQueue *GST_opq_openfds;
454/** 454/**
455 * Timeout for operations which may take some time 455 * Timeout for operations which may take some time
456 */ 456 */
457const extern struct GNUNET_TIME_Relative GST_timeout; 457extern struct GNUNET_TIME_Relative GST_timeout;
458 458
459/** 459/**
460 * The size of the peer list 460 * The size of the peer list