]> git.llucax.com Git - software/posixx.git/commit
Improve tipc::subscr construction
authorLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 27 Feb 2009 17:50:00 +0000 (15:50 -0200)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 27 Feb 2009 18:46:15 +0000 (16:46 -0200)
commitc0c2538812bb33884c37763d996ae5a960574126
tree9276a2f8f05f1ee57298c2311f9b0b38552063b9
parent808b1eca4692bb7d76270d992e1c62f4df85939f
Improve tipc::subscr construction

Now subscr has 2 constructors, depending on how you want to handle the
user "handle" (arbitrary string). One constructor treats the user handle
as plain binary data, and copies that data without regarding its contents
(you must provide the size of the data to copy).

The other constructor treats the user handle as a C string (NULL
terminated string). You don't have to provide a size for the string, at
most N bytes are copied, being N the capacity of user handle field.
src/linux/tipc.hpp