Re: [nox-dev] Quick Bugfix for pyglue.

2011-01-06 Thread Derek Cormier
Hi KK, No problem. I'm working on some more changes to further expose python, and I noticed that core.py has both method header comments and doc strings. If I clean up the comments, which should I use? And, do you also format python comments for doxygen? Thanks, -Derek On 01/06/2011 05:03

Re: [nox-dev] Quick Bugfix for pyglue.

2011-01-06 Thread kk yap
Hi Derek, Yes, we use doxypy for Python comments. I pushed a simple_py_app today, with example of how the documentation works. Regards KK On 6 January 2011 18:44, Derek Cormier derek.corm...@lab.ntt.co.jp wrote: Hi KK, No problem. I'm working on some more changes to further expose python,

Re: [nox-dev] Quick Bugfix for pyglue.

2011-01-05 Thread kk yap
Hi Derek, I pushed all the patches. I did not realize you are just exposing things to Python and not declaring new structs. Sorry. A quick glimpse has failed me. Regards KK On 3 January 2011 21:07, Derek Cormier derek.corm...@lab.ntt.co.jp wrote: Here is a patch for destiny to fix a bug

[nox-dev] Quick Bugfix for pyglue.

2011-01-03 Thread Derek Cormier
Here is a patch for destiny to fix a bug where pyglue.cc was using ntohl on ofp_flow_stat's cookie field instead of ntohll, which is required for 64-bit values. -Derek From 05b659b0ba0840045b0223fb7f6843f7742c18ba Mon Sep 17 00:00:00 2001 From: Derek Cormier derek.corm...@lab.ntt.co.jp Date: