--- a/src/DAF/DA/DA.h
+++ b/src/DAF/DA/DA.h
@@ -38,6 +38,11 @@
public:
DirectoryEntry* resolveApn(const APN& apn);
+ const Address* resolveApnToBestAddress(const APN& apn);
+ const Address* resolveApnToBestAddress(const APN& apn, const DAP& difName);
+
+ const APNList* findApnNeigbors(const APN& apn);
+ const APNList* findNeigborApns(const APN& neighbor);
//Methods checking local-ness relevant to this DA
bool isAppLocal(const APN& apn);
@@ -51,6 +56,7 @@
cModule* findIpc(const Address& addr);
FABase* findFaInsideIpc(cModule* ipc);
+ cModule* findApp(const APN& apn);
/** Check whether any IPC within given DIF name is available on computation system with source IPC
*