pseudotcp: Don't mix "long" and guint, one is signed, the other is unsigned
authorOlivier Crête <olivier.crete@collabora.com>
Mon, 31 Mar 2014 21:44:45 +0000 (17:44 -0400)
committerOlivier Crête <olivier.crete@collabora.com>
Mon, 31 Mar 2014 21:44:45 +0000 (17:44 -0400)
commitf55c780eb9649c0a3de77e98a8fe7696b1df24fe
tree0d6d576d16d19edec021fd29ce87f2205003b9fd
parentb1fa963d0c20afd0a7719c60f77ff4101db244e0
pseudotcp: Don't mix "long" and guint, one is signed, the other is unsigned

So use guint64 everywhere, this is never supposed to be negative.
agent/agent.c
agent/component.h
agent/pseudotcp.c
agent/pseudotcp.h
tests/test-pseudotcp.c