Luca:

Any reason not to remove the following dead code (functions):

printHTTPheader:

     webInterface.c:   206      /* printHTTPheader(); */
     globals-core.h:    95   extern void printHTTPheader(void);


updateHostsDeviceThpt:
          traffic.c:   504   void updateHostsDeviceThpt(int deviceToUpdate,
int hourId) {
     globals-core.h:   240   extern void updateHostsDeviceThpt(int
deviceToUpdate, int hourId);

updateHostThpt:

          traffic.c:   488   static void updateHostThpt(HostTraffic *el, int
hourId) {
          traffic.c:   510         updateHostThpt(el, hourId);
   globals-report.h:   143   extern void updateHostThpt(HostTraffic *el, int
hourId, int fullUpdate)
;


decrementSem:

             util.c:  1204   int decrementSem(sem_t *semId) {
     globals-core.h:   295   extern int decrementSem(sem_t *semId);


createDummyInterface:

       initialize.c:  1238   u_int createDummyInterface(char *ifName) {
     globals-core.h:   121   extern u_int createDummyInterface(char
*ifName);


getNamedPort:

             pbuf.c:    69   char* getNamedPort(int port) {
     globals-core.h:   177   extern char *getNamedPort(int port);


findHostInfo:

             pbuf.c:    55   u_int findHostInfo(struct in_addr
*hostIpAddress, int actualDeviceId) {
     globals-core.h:   173   extern u_int findHostInfo(struct in_addr
*hostIpAddress, int actualDeviceId);


-----Burton

_______________________________________________
Ntop-dev mailing list
[EMAIL PROTECTED]
http://lists.ntop.org/mailman/listinfo/ntop-dev

Reply via email to