gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r23132 - Extractor/src/plugins


From: gnunet
Subject: [GNUnet-SVN] r23132 - Extractor/src/plugins
Date: Mon, 6 Aug 2012 01:41:16 +0200

Author: grothoff
Date: 2012-08-06 01:41:16 +0200 (Mon, 06 Aug 2012)
New Revision: 23132

Modified:
   Extractor/src/plugins/rpm_extractor.c
Log:
performance note

Modified: Extractor/src/plugins/rpm_extractor.c
===================================================================
--- Extractor/src/plugins/rpm_extractor.c       2012-08-05 23:30:39 UTC (rev 
23131)
+++ Extractor/src/plugins/rpm_extractor.c       2012-08-05 23:41:16 UTC (rev 
23132)
@@ -259,6 +259,9 @@
   struct sigaction sig;
   struct sigaction old;
 
+  /* FIXME: here it might be worthwhile to do some minimal
+     check to see if this is actually an RPM before we go
+     and create a pipe and a thread for nothing... */
   parg.ec = ec;
   parg.shutdown = 0;
   if (0 != pipe (parg.pi))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]