~ubuntu-branches/ubuntu/intrepid/gnunet/intrepid

« back to all changes in this revision

Viewing changes to src/applications/fs/tools/gnunet-unindex.c

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2008-08-19 19:44:30 UTC
  • mfrom: (1.2.12 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080819194430-x5gjv8wd7t7ldkp0
Tags: 0.8.0a-1ubuntu1
* Merge from debian unstable, remaining changes: (LP: #256576)
  - debian/rules:
   + Make use of code from cdbs' clean-la.mk file to clear the
      dependency_libs field in all .la files in the gnunet-dev 
      package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
                  event->data.UnindexCompleted.total,
76
76
                  delta / GNUNET_CRON_SECONDS,
77
77
                  (delta ==
78
 
                   0) ? (double) (-1.0) : (double) (event->
79
 
                                                    data.UnindexCompleted.
80
 
                                                    total / 1024.0 *
 
78
                   0) ? (double) (-1.0) : (double) (event->data.
 
79
                                                    UnindexCompleted.total /
 
80
                                                    1024.0 *
81
81
                                                    GNUNET_CRON_SECONDS /
82
82
                                                    delta));
83
83
        }