0a0906700b
- Add USE_LDCONFIG when SHARED is enabled. - Use OPTIONS_SUB. - Use {opt}_FOO wherever possible. - Normalize patch files. - Take maintainership.
14 lines
293 B
C++
14 lines
293 B
C++
--- contrib/olsr/face.hh.orig 2012-01-11 17:56:10 UTC
|
|
+++ contrib/olsr/face.hh
|
|
@@ -291,8 +291,10 @@ class Face {
|
|
*/
|
|
void originate_hello();
|
|
|
|
- private:
|
|
Olsr& _olsr;
|
|
+
|
|
+ private:
|
|
+ // Olsr& _olsr;
|
|
FaceManager& _fm;
|
|
Neighborhood* _nh;
|
|
MessageDecoder& _md;
|